com.microstrategy.webapi.EnumDSSXMLRWExportFlags |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlRWExportAll | Specifies IServer to export all pages. | |||||||||
int | DssXmlRWExportCurrent | Specifies IServer to export only the current page. | |||||||||
int | DssXmlRWExportCurrentLayout | Specifies IServer to export only the current layout. | |||||||||
int | DssXmlRWExportCurrentWindow | Specifies IServer to export only the current window. |
Specifies IServer to export all pages.
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.
Specifies IServer to export only the current layout. Only applicable to rw documents.
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 as DssXmlRWExportCurrent
.