Package com.microstrategy.webapi
Interface EnumDSSXMLColumnClass
-
public interface EnumDSSXMLColumnClassThis enumeration specifies the different classes of the columns axis which can have a width associated.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlColumnClassExtraThe "extra" blank column of the report.static intDssXmlColumnClassGridThe grid columns of a report.static intDssXmlColumnClassHeaderThe header of the report.
-
-
-
Field Detail
-
DssXmlColumnClassHeader
static final int DssXmlColumnClassHeader
The header of the report.- See Also:
- Constant Field Values
-
DssXmlColumnClassExtra
static final int DssXmlColumnClassExtra
The "extra" blank column of the report.- See Also:
- Constant Field Values
-
DssXmlColumnClassGrid
static final int DssXmlColumnClassGrid
The grid columns of a report.- See Also:
- Constant Field Values
-
-