Gets a controls collection associated with the ReportClipboard.

Namespace:  PerpetuumSoft.Reporting.Designer
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:
property ReportControlCollection^ Controls {
	ReportControlCollection^ get ();
}

See Also