Gets the value indicating whether this item is a group total.

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

Syntax

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

See Also