Gets selected objects collection.

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

Syntax

C#
public Object[] SelectedObjects { get; }
Visual Basic (Declaration)
Public ReadOnly Property SelectedObjects As Object()
Visual C++
public:
property array<Object^>^ SelectedObjects {
	array<Object^>^ get ();
}

See Also