Package com.microstrategy.web.objects
Interface EnumGridFormatUnit
-
public interface EnumGridFormatUnitEnumeration of grid format units.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intGridFormatAllSpecifies all the units of the report grid.static intGridFormatAllMetricsSpecifies all the metrics of the report grid.static intGridFormatColumnsSpecifies the columns of the report grid.static intGridFormatPagesSpecifies the pages of the report grid.static intGridFormatRowsSpecifies the rows of the report grid.static intGridFormatTemplateMetricSpecifies a template metric of the report grid.static intGridFormatTemplateUnitSpecifies 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
-
-