Package com.microstrategy.web.app.beans
Interface EnumExportSection
-
public interface EnumExportSection
This is the enumeration of export sections.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
ExportSectionPortionDisplayed
Export section portion displayedstatic int
ExportSectionWholeReport
Export section whole report
-
-
-
Field Detail
-
ExportSectionWholeReport
static final int ExportSectionWholeReport
Export section whole report- See Also:
- Constant Field Values
-
ExportSectionPortionDisplayed
static final int ExportSectionPortionDisplayed
Export section portion displayed- See Also:
- Constant Field Values
-
-