Package com.microstrategy.web.objects.rw
Interface EnumRWExportModes
-
public interface EnumRWExportModes
This enumeration lists the possible export modes when exporting an RW document.- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
RW_EXPORT_ALL
Specifies IServer to export all pages.static int
RW_EXPORT_CURRENT
Specifies IServer to export only the current page.static int
RW_EXPORT_CURRENT_LAYOUT
Specifies IServer to export only the current layout.static int
RW_EXPORT_CURRENT_PAGE
Export current page.static int
RW_EXPORT_CURRENT_WINDOW
Specifies IServer to export only the current window.static int
RW_EXPORT_DEFAULT
Specifies IServer to use the default setting on the document definition.static int
RW_EXPORT_MULTI_NODES
Export multiple nodes.
-
-
-
Field Detail
-
RW_EXPORT_DEFAULT
static final int RW_EXPORT_DEFAULT
Specifies IServer to use the default setting on the document definition.- See Also:
- Constant Field Values
-
RW_EXPORT_ALL
static final int RW_EXPORT_ALL
Specifies IServer to export all pages.- See Also:
- Constant Field Values
-
RW_EXPORT_CURRENT
static final int RW_EXPORT_CURRENT
Specifies IServer to export only the current page.- See Also:
- Constant Field Values
-
RW_EXPORT_CURRENT_WINDOW
static final int RW_EXPORT_CURRENT_WINDOW
Specifies IServer to export only the current window.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
RW_EXPORT_CURRENT_LAYOUT
static final int RW_EXPORT_CURRENT_LAYOUT
Specifies IServer to export only the current layout.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
RW_EXPORT_CURRENT_PAGE
static final int RW_EXPORT_CURRENT_PAGE
Export current page. The difference between RW_EXPORT_CURRENT (1) is that, I-Server side actually treats 1 as EXPORT_CURRENT_GROUPBY.- See Also:
- Constant Field Values
-
RW_EXPORT_MULTI_NODES
static final int RW_EXPORT_MULTI_NODES
Export multiple nodes. E.g. When export multiple grids into excel, the rw manipulation command will use this mode.- See Also:
- Constant Field Values
-
-