com.microstrategy.webapi.EnumDSSXMLExportFormat |
This interface defines the enumeration constants used to specify the report result export format.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlExportCSV | An export format of CSV | |||||||||
int | DssXmlExportEditable | Export mode used for update cache subscription using editable view mode | |||||||||
int | DssXmlExportExcel | An export format of Excel. | |||||||||
int | DssXmlExportExportFlash | Export mode used for update cache subscription using export flash mode | |||||||||
int | DssXmlExportExportFlashInMht | keep consistent with DSSEnum.idl(backend) | |||||||||
int | DssXmlExportExportFlashInPdf | keep consistent with DSSEnum.idl(backend) | |||||||||
int | DssXmlExportFlash | ||||||||||
int | DssXmlExportHTML | An export format of HTML | |||||||||
int | DssXmlExportInteractive | Export mode used for update cache subscription using interactive view mode | |||||||||
int | DssXmlExportJSON | Export mode used for update cache subscription using export JSON mode(aka, HTML5 mode) | |||||||||
int | DssXmlExportMSTR | An export format of MSTR export | |||||||||
int | DssXmlExportMobileSmartPhone | Export mode used for update cache subscription using export Phone mode | |||||||||
int | DssXmlExportMobileTablet | Export mode used for update cache subscription using export Tablet mode | |||||||||
int | DssXmlExportPdf | An export format of PDF | |||||||||
int | DssXmlExportPlainText | Export format of Plain Text. | |||||||||
int | DssXmlExportView | Export mode used for update cache subscription using normal view mode | |||||||||
int | DssXmlExportXml |
An export format of CSV
Export mode used for update cache subscription using editable view mode
An export format of Excel.
Export mode used for update cache subscription using export flash mode
keep consistent with DSSEnum.idl(backend)
keep consistent with DSSEnum.idl(backend)
An export format of HTML
Export mode used for update cache subscription using interactive view mode
Export mode used for update cache subscription using export JSON mode(aka, HTML5 mode)
An export format of MSTR export
Export mode used for update cache subscription using export Phone mode
Export mode used for update cache subscription using export Tablet mode
An export format of PDF
Export format of Plain Text. Note that Plain Text is CSV with 'tab' delimiter.
Export mode used for update cache subscription using normal view mode