C1.Web.Mvc.Olap Namespace / ShowTotals Enumeration

ShowTotals Enumeration
Specifies constants that define whether to include totals in the output table.
Syntax
'Declaration
 
Public Enum ShowTotals 
   Inherits System.Enum
 
Members
MemberDescription
GrandTotalsShow grand totals.
NoneDo not show any totals.
SubtotalsShow subtotals and grand totals.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Olap.ShowTotals

See Also