Returns the value indicating whether the filter is active.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
bool IsActive { get; }
Visual Basic (Declaration)
ReadOnly Property IsActive As Boolean
Visual C++
property bool IsActive {
	bool get ();
}

See Also