Package com.microstrategy.web.app.beans
Interface EnumExportFormats
- 
public interface EnumExportFormatsThis is the enumeration of export formats.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intExportFormatCsvExport to CSV (Comma Separated Value)static intExportFormatCsvIServerExport to CSV (Comma Separated Value) using IServerstatic intExportFormatDocumentExcelExport to Excel with formattingstatic intExportFormatDocumentHtmlExport to Excel with formattingstatic intExportFormatExcelWithFormattingExport to Excel with formattingstatic intExportFormatExcelWithFormattingIServerExport to Excel with formatting using IServerstatic intExportFormatExcelWithPlaintextExport to Excel with plaintextstatic intExportFormatExcelWithPlaintextIServerExport to Excel with plaintext using IServerstatic intExportFormatFlashExport to Flash using IServerstatic intExportFormatHtmlExport to HTMLstatic intExportFormatPlaintextExport to Plaintextstatic intExportFormatPlaintextIServerExport to Plaintext using IServerstatic intExportFormatUnkownUndefined export format type. 
 - 
 
- 
- 
Field Detail
- 
ExportFormatUnkown
static final int ExportFormatUnkown
Undefined export format type.- Since:
 - MicroStrategy Web 8.0.1
 - See Also:
 - Constant Field Values
 
 
- 
ExportFormatExcelWithPlaintext
static final int ExportFormatExcelWithPlaintext
Export to Excel with plaintext- See Also:
 - Constant Field Values
 
 
- 
ExportFormatCsv
static final int ExportFormatCsv
Export to CSV (Comma Separated Value)- See Also:
 - Constant Field Values
 
 
- 
ExportFormatExcelWithFormatting
static final int ExportFormatExcelWithFormatting
Export to Excel with formatting- See Also:
 - Constant Field Values
 
 
- 
ExportFormatHtml
static final int ExportFormatHtml
Export to HTML- See Also:
 - Constant Field Values
 
 
- 
ExportFormatPlaintext
static final int ExportFormatPlaintext
Export to Plaintext- See Also:
 - Constant Field Values
 
 
- 
ExportFormatDocumentHtml
static final int ExportFormatDocumentHtml
Export to Excel with formatting- Since:
 - MicroStrategy Web 8.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ExportFormatDocumentExcel
static final int ExportFormatDocumentExcel
Export to Excel with formatting- Since:
 - MicroStrategy Web 8.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ExportFormatExcelWithFormattingIServer
static final int ExportFormatExcelWithFormattingIServer
Export to Excel with formatting using IServer- Since:
 - MicroStrategy Web 8.0.1
 - See Also:
 - Constant Field Values
 
 
- 
ExportFormatExcelWithPlaintextIServer
static final int ExportFormatExcelWithPlaintextIServer
Export to Excel with plaintext using IServer- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ExportFormatCsvIServer
static final int ExportFormatCsvIServer
Export to CSV (Comma Separated Value) using IServer- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ExportFormatPlaintextIServer
static final int ExportFormatPlaintextIServer
Export to Plaintext using IServer- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ExportFormatFlash
static final int ExportFormatFlash
Export to Flash using IServer- See Also:
 - Constant Field Values
 
 
 - 
 
 -