Gets the collection of the nested controls.

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

Syntax

C#
public ReportControlCollection Controls { get; }
Visual Basic (Declaration)
Public ReadOnly Property Controls As ReportControlCollection
Visual C++
public:
virtual property ReportControlCollection^ Controls {
	ReportControlCollection^ get () sealed;
}

Implements

IContainerControl..::.Controls

See Also