TotalsKind Enumeration

Enumeration used to indicate the type of displayed totals for the current selected hierarchy.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum TotalsKind
Members
  Member nameValueDescription
SubtotalsAndGrandTotal0Both Grand Total and Subtotals are displayed for the current hierarchy.
Subtotals1Only Subtotals are displayed for the current hierarchy.
GrandTotal2Only the Grand Total is displayed for the current hierarchy.
NoTotals3No totals of any kind are to be displayed for the current hierarchy.
See Also