com.microstrategy.web.objects.EnumWebFormatType |
Enumeration which can be used to specify the different types of formats. A template unit and an axis can have all four types of formats. A template metric can only have 2 types of formats: header and grid.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WebFormatTypeAll | Specifies all the available formats. | |||||||||
int | WebFormatTypeContainerBody | Specifies the data format on the grid container body | |||||||||
int | WebFormatTypeContainerTitle | Sepecifies data format on the grid container title | |||||||||
int | WebFormatTypeData | Specifies data format on the template | |||||||||
int | WebFormatTypeGrid | Specifies the grid format. | |||||||||
int | WebFormatTypeHeader | Specifies the header format. | |||||||||
int | WebFormatTypeReport | Specifies Report format on the template | |||||||||
int | WebFormatTypeSubtotalGrid | Specifies the subtotal grid format. | |||||||||
int | WebFormatTypeSubtotalHeader | Specifies the subtotal header format. |
Specifies all the available formats.
Specifies the data format on the grid container body
Sepecifies data format on the grid container title
Specifies data format on the template
Specifies the grid format.
Specifies the header format.
Specifies Report format on the template
Specifies the subtotal grid format.
Specifies the subtotal header format.