com.microstrategy.web.objects.rw.EnumRWExecutionModes |
Execution mode constants. These constants are used for defining how a report writing document should be executed.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | RW_MODE_CSV | ||||||||||
int | RW_MODE_DATA | Data (view) execution mode This should be used when the user intends to bring back data for the document | |||||||||
int | RW_MODE_DESIGN | Design execution mode This should be used when the user only wants to edit the document layout and does not necessarily wish to view the actual data of document | |||||||||
int | RW_MODE_DETAILS | Details execution mode This should be used when the user intends to view the document details.Switching to this mode ensures that no data from the server is retrieved. | |||||||||
int | RW_MODE_EXCEL | Excel export execution mode This should be used when the user wants to view the EXCEL data for the document | |||||||||
int | RW_MODE_FLASH_BINARY_VIEW | Flash binary execution mode This should be used when the flash is required to hit cache more often | |||||||||
int | RW_MODE_FLASH_EXPORT | Export to Flash execution mode This should be used when the user wants to export the document in Flash mode | |||||||||
int | RW_MODE_FLASH_VIEW | Flash view execution mode This should be used when the user wants to view the document in Flash mode | |||||||||
int | RW_MODE_MSTR | Export to mstr execution mode This should be used when exporting to .mstr file | |||||||||
int | RW_MODE_PDF | PDF export execution mode This should be used when the user wants to view the PDF data for the document | |||||||||
int | RW_MODE_SAVE | Save as execution mode This should be used when the user intends to save the document.Switching to this mode ensures that no data from the server is retrieved. | |||||||||
int | RW_MODE_SUBSCRIBE |
Data (view) execution mode This should be used when the user intends to bring back data for the document
Design execution mode This should be used when the user only wants to edit the document layout and does not necessarily wish to view the actual data of document
Details execution mode This should be used when the user intends to view the document details.Switching to this mode ensures that no data from the server is retrieved.
Excel export execution mode This should be used when the user wants to view the EXCEL data for the document
Flash binary execution mode This should be used when the flash is required to hit cache more often
Export to Flash execution mode This should be used when the user wants to export the document in Flash mode
Flash view execution mode This should be used when the user wants to view the document in Flash mode
Export to mstr execution mode This should be used when exporting to .mstr file
PDF export execution mode This should be used when the user wants to view the PDF data for the document
Save as execution mode This should be used when the user intends to save the document.Switching to this mode ensures that no data from the server is retrieved.