Gets selected objects that belongs to the same container as primary selection.

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

Syntax

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

See Also