Initializes a new instance of the ReportBindableAttribute class with the specified bindability attribute.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ReportBindableAttribute(
	bool isBindable
)
Visual Basic (Declaration)
Public Sub New ( _
	isBindable As Boolean _
)
Visual C++
public:
ReportBindableAttribute(
	bool isBindable
)

Parameters

isBindable
Type: System..::.Boolean

See Also