Gets if selection contains single object.

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

Syntax

C#
public bool IsSingle { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsSingle As Boolean
Visual C++
public:
property bool IsSingle {
	bool get ();
}

See Also