Package com.microstrategy.web.app.beans
Interface EnumReportDesignMode
-
public interface EnumReportDesignMode
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
ReportCreateMode
Deprecated.useEnumReportViewModes.ReportViewModeCreate
insteadstatic int
ReportDesignMode
Deprecated.useEnumReportViewModes.ReportViewModeDesign
insteadstatic int
ReportDesignModeSaving
Deprecated.useEnumReportViewModes.ReportViewModeSaving
insteadstatic int
ReportDesignModeStage_Default
static int
ReportDesignModeStage_EditFilter
ReportDesignModeEditingFilter means the report is on design mode, with report filter editor visible.static int
ReportDesignModeStage_EditTemplate
ReportDesignModeEditingTemplate means the report is on design mode, with template editor visible.static int
ReportExecuteMode
Deprecated.useEnumReportViewModes.ReportViewModeExecute
instead
-
-
-
Field Detail
-
ReportDesignModeStage_Default
static final int ReportDesignModeStage_Default
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
ReportExecuteMode
static final int ReportExecuteMode
Deprecated.useEnumReportViewModes.ReportViewModeExecute
insteadReportExecuteMode means the report is on execute mode- See Also:
- Constant Field Values
-
ReportDesignMode
static final int ReportDesignMode
Deprecated.useEnumReportViewModes.ReportViewModeDesign
insteadReportExecuteMode means the report is on design mode- See Also:
- Constant Field Values
-
ReportDesignModeStage_EditTemplate
static final int ReportDesignModeStage_EditTemplate
ReportDesignModeEditingTemplate means the report is on design mode, with template editor visible.- See Also:
- Constant Field Values
-
ReportDesignModeStage_EditFilter
static final int ReportDesignModeStage_EditFilter
ReportDesignModeEditingFilter means the report is on design mode, with report filter editor visible.- See Also:
- Constant Field Values
-
ReportCreateMode
static final int ReportCreateMode
Deprecated.useEnumReportViewModes.ReportViewModeCreate
insteadReportCreateMode means the report is on create mode- See Also:
- Constant Field Values
-
ReportDesignModeSaving
static final int ReportDesignModeSaving
Deprecated.useEnumReportViewModes.ReportViewModeSaving
insteadReportDesignModeSaving means the user is trying to save the report in design mode or in create mode- See Also:
- Constant Field Values
-
-