com.microstrategy.web.objects.rw.RWExportSettings |
![]() |
Represents export settings.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PROPERTY_DEFAULT_PAGE_BY_EXPORT_MODE | ||||||||||
String | PROPERTY_EXPORT_RANGE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getGridKey()
returns the grid key
| ||||||||||
abstract int |
getMode()
returns the export mode
| ||||||||||
abstract int | getOnetierVersion() | ||||||||||
abstract int |
getSliceId()
Gets the ID of the slice to export.
| ||||||||||
abstract void |
setGridKey(String gridKey)
Sets the grid key.
| ||||||||||
abstract void |
setMode(int exportMode)
Sets the export mode.
| ||||||||||
abstract void |
setOnetierVersion(int oneTierVersion)
Sets the version of the onetier (desktop) client
| ||||||||||
abstract void |
setSliceId(int sliceId)
Sets the ID of the slice to export.
|
returns the grid key
returns the export mode
Gets the ID of the slice to export.
Sets the grid key.
Sets the export mode. Possible values are from EnumRWExportModes
Sets the version of the onetier (desktop) client
Sets the ID of the slice to export. If a positive ID is set, it will be used for export.