com.microstrategy.web.app.beans.EnumReportViewModes |
Enumeration listing all available modes for the Report page.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ReportViewModeCreate | Specifies the report is on create mode. | |||||||||
int | ReportViewModeDesign | Specifies the report is on design mode. | |||||||||
int | ReportViewModeExecute | Specifies the report is on execute mode. | |||||||||
int | ReportViewModeSaving | Specifies the user is trying to save the report in design mode or in create mode. |
[Expand]
Inherited Constants | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Specifies the report is on create mode.
Value = 4.
Specifies the report is on design mode. Equivalent to AppBeanViewModeDesign
Specifies the report is on execute mode. Equivalent to AppBeanViewModeExecute
Specifies the user is trying to save the report in design mode or in create mode.
Value = 5;