com.microstrategy.web.objects.EnumWebReportExecutionModes |
This interface lists constants that should be used to define how a report instance should be executed
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | REPORT_MODE_CSV |
This constant is deprecated.
replaced by REPORT_MODE_PLAIN_TEXT
|
|||||||||
int | REPORT_MODE_DEFAULT | Indicates the default. | |||||||||
int | REPORT_MODE_EXCEL | Indicates that the user intends to view the results of the report in formatted Excel. | |||||||||
int | REPORT_MODE_FLASH | Indicates that the user intends to view the results of the report in flash. | |||||||||
int | REPORT_MODE_PDF | Indicates that the user intends to view the results of the report in PDF | |||||||||
int | REPORT_MODE_PLAIN_TEXT | Indicates that the user intends to view the results of the report in plain-text. |
This constant is deprecated.
replaced by REPORT_MODE_PLAIN_TEXT
Indicates that the user intends to view the results of the report in CSV format.
Indicates the default. This is the value used if some other is not explicitly set on the instance
Indicates that the user intends to view the results of the report in formatted
Excel. This is used in conjunction with getExcelBinaryData()
.
NOTE: The behavior of this mode has changed. Previously,
in 8.0.0 this would return Excel plain-text (getExcelData()
),
which is the same as REPORT_MODE_CSV
.
Indicates that the user intends to view the results of the report in flash. Note: the file format used would be MHT
Indicates that the user intends to view the results of the report in PDF
Indicates that the user intends to view the results of the report in plain-text.
The separator, prefixes, and suffixes may be customized via
((WebReportPlainTextExportSettings
) getExportSettings()
).
By default, plain-text is comma separated.