com.microstrategy.webapi.EnumDSSXMLDisplayMode |
This interface defines the enumeration constants used to specify
the report display mode after execution.
This interface should not be used when working with the web objects or web beans,
EnumWebReportViewMode
should be used instead.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssDisplayModeHyperCard | ||||||||||
int | DssXmlDisplayModeBase | Specifies that the report is considered as a designated base report. | |||||||||
int | DssXmlDisplayModeCube | ||||||||||
int | DssXmlDisplayModeDatamart | Specifies that the report is considered as a datamart report. | |||||||||
int | DssXmlDisplayModeEmmaCube | ||||||||||
int | DssXmlDisplayModeEngine | Specifies to display the report execution result in SQL mode (reserved). | |||||||||
int | DssXmlDisplayModeGraph | Specifies to display the report execution result in graph mode. | |||||||||
int | DssXmlDisplayModeGrid | Specifies to display the report execution result in grid mode. | |||||||||
int | DssXmlDisplayModeGridAndGraph | Specifies to display the report execution result in grid+graph mode. | |||||||||
int | DssXmlDisplayModeNonInteractive | Specifies that the report should be accessed via large file export - it is too big to display | |||||||||
int | DssXmlDisplayModeReserved | Use report definition display mode. | |||||||||
int | DssXmlDisplayModeText | Specifies to display the report execution result in text mode (reserved). |
Specifies that the report is considered as a designated base report.
Specifies that the report is considered as a datamart report.
Specifies to display the report execution result in SQL mode (reserved).
Specifies to display the report execution result in graph mode.
Specifies to display the report execution result in grid mode.
Specifies to display the report execution result in grid+graph mode.
Specifies that the report should be accessed via large file export - it is too big to display
Use report definition display mode.
Specifies to display the report execution result in text mode (reserved).