Package com.microstrategy.web.objects.rw
Interface EnumRWExportModes
- 
public interface EnumRWExportModesThis 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 intRW_EXPORT_ALLSpecifies IServer to export all pages.static intRW_EXPORT_CURRENTSpecifies IServer to export only the current page.static intRW_EXPORT_CURRENT_LAYOUTSpecifies IServer to export only the current layout.static intRW_EXPORT_CURRENT_PAGEExport current page.static intRW_EXPORT_CURRENT_WINDOWSpecifies IServer to export only the current window.static intRW_EXPORT_DEFAULTSpecifies IServer to use the default setting on the document definition.static intRW_EXPORT_MULTI_NODESExport 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
 
 
 - 
 
 -