Gets collection contained all selected controls.

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

Syntax

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

See Also