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

Namespace:  PerpetuumSoft.Reporting.Data.Olap
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.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