Gets the collection of nested controls.

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

Syntax

C#
ReportControlCollection Controls { get; }
Visual Basic (Declaration)
ReadOnly Property Controls As ReportControlCollection
Visual C++
property ReportControlCollection^ Controls {
	ReportControlCollection^ get ();
}

See Also