ComponentOne FlexPivot for WinForms
ShowTotals Enumeration

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace : ShowTotals Enumeration
Specifies whether to include totals in the output table.
Syntax
'Declaration
 
Public Enum ShowTotals 
   Inherits System.Enum
public enum ShowTotals : 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.FlexPivot.ShowTotals

See Also

Reference

C1.FlexPivot Namespace