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






In This Topic
    ShowAs Enumeration
    In This Topic
    Specifies constants that define calculations to be applied to cells in the output view.
    Syntax
    'Declaration
     
    
    Public Enum ShowAs 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShowAs
    public enum ShowAs : System.Enum 
    public enum ShowAs = class(System.Enum)
    public enum ShowAs extends System.Enum
    __value public enum ShowAs : public System.Enum 
    public enum class ShowAs : public System.Enum 
    Members
    MemberDescription
    DiffColShow differences between each item and the item in the previous column.
    DiffColPctShow differences between each item and the item in the previous column as a percentage.
    DiffRowShow differences between each item and the item in the previous row.
    DiffRowPctShow differences between each item and the item in the previous row as a percentage.
    NoCalculationShow plain aggregated values.
    PctColShow values as a percentage of the column totals for the field.
    PctGrandShow values as a percentage of the grand totals for the field.
    PctRowShow values as a percentage of the row totals for the field.
    RunTotShow values as running totals.
    RunTotPctShow values as percentage running totals.
    Inheritance Hierarchy

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

    See Also