Interface EnumReportGridDisplayCellTypes


  • public interface EnumReportGridDisplayCellTypes
    Title: MSTR Web Transform Component: EnumReportGridDisplayCellTypes Description: This class defines the enumeration constants used to specify the types of grid cells in a report. Copyright: Copyright (c) 2001 Company: MicroStrategy
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • EnumReportGridDisplayCellTypeGeneric

        static final int EnumReportGridDisplayCellTypeGeneric
        generic cell type
        See Also:
        Constant Field Values
      • EnumReportGridDisplayCellTypeRowTitle

        static final int EnumReportGridDisplayCellTypeRowTitle
        row title cell type
        See Also:
        Constant Field Values
      • EnumReportGridDisplayCellTypeColTitle

        static final int EnumReportGridDisplayCellTypeColTitle
        column title cell type
        See Also:
        Constant Field Values
      • EnumReportGridDisplayCellTypeRowHeader

        static final int EnumReportGridDisplayCellTypeRowHeader
        row header cell type
        See Also:
        Constant Field Values
      • EnumReportGridDisplayCellTypeColHeader

        static final int EnumReportGridDisplayCellTypeColHeader
        column header cell type
        See Also:
        Constant Field Values
      • EnumReportGridDisplayCellTypeMetricValue

        static final int EnumReportGridDisplayCellTypeMetricValue
        metric value cell type
        See Also:
        Constant Field Values