ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / ShowTotals Enumeration

In This Topic
    ShowTotals Enumeration
    In This Topic
    Specifies constants that define 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.Web.Mvc.Olap.ShowTotals

    See Also