Package com.microstrategy.webapi
Interface EnumDSSXMLRWExportFlags
-
public interface EnumDSSXMLRWExportFlags
- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlRWExportAll
Specifies IServer to export all pages.static int
DssXmlRWExportCurrent
Specifies IServer to export only the current page.static int
DssXmlRWExportCurrentLayout
Specifies IServer to export only the current layout.static int
DssXmlRWExportCurrentWindow
Specifies IServer to export only the current window.
-
-
-
Field Detail
-
DssXmlRWExportAll
static final int DssXmlRWExportAll
Specifies IServer to export all pages.- See Also:
- Constant Field Values
-
DssXmlRWExportCurrent
static final int DssXmlRWExportCurrent
Specifies IServer to export only the current page. For reports, this corresponds to the current page-by. For rw documents, this corresponds to the current group-by.- See Also:
- Constant Field Values
-
DssXmlRWExportCurrentWindow
static final int DssXmlRWExportCurrentWindow
Specifies IServer to export only the current window. For reports, this means the contents of the incremental fetch. For rw documents, this is the same asDssXmlRWExportCurrent
.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
DssXmlRWExportCurrentLayout
static final int DssXmlRWExportCurrentLayout
Specifies IServer to export only the current layout. Only applicable to rw documents.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
-