Marks the properties that can be bound to an expression.

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

Syntax

C#
public static ReportBindableAttribute Default { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Default As ReportBindableAttribute
Visual C++
public:
static property ReportBindableAttribute^ Default {
	ReportBindableAttribute^ get ();
}

See Also