com.microstrategy.web.objects.WebReportExcelExportSettings |
Interface for configuring export to excel settings.
Obtained by casting the return object of
getExportSettings()
when
setExecutionMode(int)
was previously set to
REPORT_MODE_EXCEL
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int | getGraphType() | ||||||||||
abstract String | getGraphURL() | ||||||||||
abstract String | getLayout() | ||||||||||
abstract String | getOutlineState() | ||||||||||
abstract int | getVersion() | ||||||||||
abstract boolean |
isOfficeRefreshAllowed()
Whether MicroStrategy Office, if installed, is allowed to refresh the report.
| ||||||||||
abstract boolean |
isShowHeaderAndFooter()
Whether to show the Header and Footer on the exported results.
| ||||||||||
abstract void | setGraphType(int graphType) | ||||||||||
abstract void |
setGraphURL(String url)
Excel cannot render certain varieties of graphs.
| ||||||||||
abstract void |
setLayout(String xml)
This governs how the Excel document is laid out.
| ||||||||||
abstract void | setOfficeRefresh(boolean isAllowed) | ||||||||||
abstract void |
setOutlineState(String xml)
If outline mode is enabled, this configures which nodes are closed/opened.
| ||||||||||
abstract void | setSeparateSheets(boolean isSeparateSheets) | ||||||||||
abstract void |
setShowHeaderAndFooter(boolean value)
Whether to show the Header and Footer on the exported results.
| ||||||||||
abstract void | setVersion(int version) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Whether MicroStrategy Office, if installed, is allowed to refresh the report. Default is false.
Whether to show the Header and Footer on the exported results.
The default value is true.
graphType | the graph type as defined in EnumDSSXMLGraphImgTypes |
---|
Excel cannot render certain varieties of graphs. In such cases, a graph image can be embedded instead. Note that if it is dynamically generated by the Intelligence Server, the image will only be visible during while the user's session is valid.
url | address of the graph image |
---|
This governs how the Excel document is laid out.
xml | the layout xml - please use WebReportExcelLayoutBuilder to generate it
|
---|
isAllowed | Whether to allow MicroStrategy Office, if installed, to refresh the report |
---|
If outline mode is enabled, this configures which nodes are closed/opened.
xml | the outline xml. |
---|
Whether to show the Header and Footer on the exported results.
The default value is true.
value | Whether to show the Header and Footer on the exported results |
---|
version | Excel version as defined in EnumExcelVersion
|
---|