Package com.microstrategy.web.objects
Interface EnumGridFormatUnit
-
public interface EnumGridFormatUnit
Enumeration of grid format units.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
GridFormatAll
Specifies all the units of the report grid.static int
GridFormatAllMetrics
Specifies all the metrics of the report grid.static int
GridFormatColumns
Specifies the columns of the report grid.static int
GridFormatPages
Specifies the pages of the report grid.static int
GridFormatRows
Specifies the rows of the report grid.static int
GridFormatTemplateMetric
Specifies a template metric of the report grid.static int
GridFormatTemplateUnit
Specifies a template unit of the report grid.
-
-
-
Field Detail
-
GridFormatTemplateUnit
static final int GridFormatTemplateUnit
Specifies a template unit of the report grid.- See Also:
- Constant Field Values
-
GridFormatTemplateMetric
static final int GridFormatTemplateMetric
Specifies a template metric of the report grid.- See Also:
- Constant Field Values
-
GridFormatRows
static final int GridFormatRows
Specifies the rows of the report grid.- See Also:
- Constant Field Values
-
GridFormatColumns
static final int GridFormatColumns
Specifies the columns of the report grid.- See Also:
- Constant Field Values
-
GridFormatPages
static final int GridFormatPages
Specifies the pages of the report grid.- See Also:
- Constant Field Values
-
GridFormatAllMetrics
static final int GridFormatAllMetrics
Specifies all the metrics of the report grid.- See Also:
- Constant Field Values
-
GridFormatAll
static final int GridFormatAll
Specifies all the units of the report grid.- See Also:
- Constant Field Values
-
-