FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / ShowTotals Enumeration

In This Topic
    ShowTotals Enumeration
    In This Topic
    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.PivotEngine.ShowTotals

    See Also