com.microstrategy.web.app.beans.ExportBean |
The interface ExportBean is representing the export web component.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract AppBeanError |
getBeanError()
Returns the
AppBeanError object associated with the bean. | ||||||||||
abstract String | getCustomReportName() | ||||||||||
abstract String |
getExportData()
Returns the export data formatted in accordance with the bean properties.
| ||||||||||
abstract boolean |
getExportFilterDetails()
Returns the export filter details property of the export bean.
| ||||||||||
abstract ExportFormat | getExportFormat() | ||||||||||
abstract String | getExportFormatNameGraphs() | ||||||||||
abstract String | getExportFormatNameGrids() | ||||||||||
abstract boolean |
getExportHeadersAsText()
Returns the export headers as text property of the export bean.
| ||||||||||
abstract boolean | getExportMetricValuesAsText() | ||||||||||
abstract int | getExportSection() | ||||||||||
abstract int | getExportTextDelimiter() | ||||||||||
abstract boolean |
getFastExport()
This method is deprecated.
not used anymore
| ||||||||||
abstract int |
getMaxFileSize()
Returns the maximum file size to use when exporting.
| ||||||||||
abstract boolean |
getOldStyleFilterDetails()
Returns whether to render the filter details section in the old style when exporting to Excel with formatting.
| ||||||||||
abstract String |
getOutlineModeState()
Returns the current outline mode expansion state
| ||||||||||
abstract boolean |
getOverlapGridTitles()
This method is deprecated.
use
getRemoveExtraColumn()
| ||||||||||
abstract boolean |
getPageByAfterFilterDetails()
Returns whether the page by information is rendered after the filter details section.
| ||||||||||
abstract boolean |
getRawDataEnabled()
Returns whether to enable raw data.
| ||||||||||
abstract boolean |
getRemoveExtraColumn()
Sets whether to remove the 'Metrics' column when exporting to Excel with formatting.
| ||||||||||
abstract ReportBean | getReportBean() | ||||||||||
abstract String | getReportName() | ||||||||||
abstract boolean |
getShowAttributeFormNames()
Returns the show attribute forms property of the export bean.
| ||||||||||
abstract boolean |
getUseLiveChartGraphs()
Returns whether to use static bitmaps when exporting to Excel with formatting.
| ||||||||||
abstract boolean |
getofficeRefresh()
Returns whether to allow MicroStrategy Office to refresh Reports after exporting to Excel.
| ||||||||||
abstract void |
setCustomReportName(String customName)
Sets the custom report name to display on the exported results.
| ||||||||||
abstract void |
setExportFilterDetails(boolean filterDetails)
Sets the export filter details property of the export bean.
| ||||||||||
abstract void |
setExportFormat(ExportFormat exportFormat)
Sets the current export format
| ||||||||||
abstract void |
setExportFormatNameGraphs(String exportFormatNameGraphs)
Sets the current export format name for graphs
| ||||||||||
abstract void |
setExportFormatNameGrids(String exportFormatNameGrids)
Sets the current export format name for grids
| ||||||||||
abstract void |
setExportHeadersAsText(boolean headersAsText)
Sets the export headers as text property of the export bean.
| ||||||||||
abstract void |
setExportMetricValuesAsText(boolean metricValuesAsText)
Sets the export metric values as text property of the export bean.
| ||||||||||
abstract void |
setExportSection(int exportSection)
Sets the export section of the export bean (a value from
EnumExportSection ) | ||||||||||
abstract void |
setExportTextDelimiter(int delimiter)
Sets the export text delimiter of the export bean (a value from
EnumExportPlaintextDelimiters ) | ||||||||||
abstract void |
setFastExport(boolean value)
Sets if the export bean was called by a Fast Export link (new page enforced)
| ||||||||||
abstract void |
setMaxFileSize(int maxFileSize)
Sets the maximum file size to use when exporting.
| ||||||||||
abstract void |
setOfficeRefresh(boolean officeRefresh)
Sets whether to allow MicroStrategy Office to refresh Reports after exporting to Excel.
| ||||||||||
abstract void |
setOldStyleFilterDetails(boolean oldStyleFilterDetails)
Sets whether to render the filter details section in the old style when exporting to Excel with formatting.
| ||||||||||
abstract void |
setOutlineModeState(String outlineModeState)
Sets the current outline mode expansion state
| ||||||||||
abstract void |
setOverlapGridTitles(boolean overlapGridTitles)
This method is deprecated.
use
setRemoveExtraColumn(String) | ||||||||||
abstract void |
setPageByAfterFilterDetails(boolean pageByAfterFilterDetails)
Sets whether the page by information is rendered after the filter details section.
| ||||||||||
abstract void |
setRawDataEnabled(boolean rawDataEnabled)
Sets whether to enable raw data.
| ||||||||||
abstract void |
setRemoveExtraColumn(String overlapGridTitles)
Sets whether to overlap grid titles when exporting to Excel with formatting.
| ||||||||||
abstract void |
setReportBean(ReportBean rb)
Sets the report bean associated with this export bean.
| ||||||||||
abstract void |
setShowAttributeFormNames(boolean showAttributeFormNames)
Sets the show attribute forms property of the export bean.
| ||||||||||
abstract void |
setUseLiveChartGraphs(boolean useLiveChartGraphs)
Sets whether to use static bitmaps when exporting to Excel with formatting.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the AppBeanError
object associated with the bean.
AppBeanError
object associated with the bean.
Returns the export data formatted in accordance with the bean properties. Used while exporting grids to plain text (e.g. CSV, plain text and excel with text).
Returns the export filter details property of the export bean.
Returns the export headers as text property of the export bean.
EnumExportSection
)
EnumExportPlaintextDelimiters
)
This method is deprecated.
not used anymore
Returns if the export bean was called by a Fast Export link (new page enforced)
boolean
value indicating if the request comes from a Fast Export linkReturns the maximum file size to use when exporting.
The file name is normally the report name and it will get truncated to this value if needed.
This is used for a limit of characters imposed by Internet Explorer documented on :
http://support.microsoft.com/kb/213983
Returns whether to render the filter details section in the old style when exporting to Excel with formatting.
Used when the export format type is ExportFormatExcelWithFormattingIServer
Returns the current outline mode expansion state
This method is deprecated.
use getRemoveExtraColumn()
Sets whether to overlap grid titles when exporting to Excel with formatting.
Removes the "Metrics" column on the grid.
Used when the export format type is ExportFormatExcelWithFormattingIServer
Returns whether the page by information is rendered after the filter details section.
Used when the export format type is ExportFormatExcelWithFormattingIServer
Returns whether to enable raw data.
This is necessary for the number formatting.
Having enabled affects performance.
Sets whether to remove the 'Metrics' column when exporting to Excel with formatting.
Used when the export format type is ExportFormatExcelWithFormattingIServer
Returns the show attribute forms property of the export bean.
Returns whether to use static bitmaps when exporting to Excel with formatting.
Used when the export format type is ExportFormatExcelWithFormattingIServer
Returns whether to allow MicroStrategy Office to refresh Reports after exporting to Excel.
Used when the export format type is ExportFormatExcelWithFormattingIServer
Sets the custom report name to display on the exported results. If set it will overwrite the real report name.
customName | String the custom report name to display on the exported results |
---|
Sets the export filter details property of the export bean.
filterDetails | indicates whether the export should contain the filter details. |
---|
Sets the current export format
exportFormat | the export format |
---|
Sets the current export format name for graphs
exportFormatNameGraphs | the export format name for graphs |
---|
Sets the current export format name for grids
exportFormatNameGrids | the export format name for grids |
---|
Sets the export headers as text property of the export bean.
headersAsText | indicates whether the export should take the headers as text. |
---|
Sets the export metric values as text property of the export bean.
metricValuesAsText | indicates whether the export should take the metric values as text. |
---|
Sets the export section of the export bean (a value from EnumExportSection
)
exportSection | the export section of the export bean (a value from EnumExportSection )
|
---|
Sets the export text delimiter of the export bean (a value from EnumExportPlaintextDelimiters
)
delimiter | the export text delimiter of the export bean (a value from EnumExportPlaintextDelimiters ) |
---|
Sets if the export bean was called by a Fast Export link (new page enforced)
value | a boolean value indicating if the request comes from a Fast Export link
|
---|
Sets the maximum file size to use when exporting.
The file name is normally the report name and it will get truncated to this value if needed.
This is used for a limit of characters imposed by Internet Explorer documented on :
http://support.microsoft.com/kb/213983
maxFileSize | the maximum file size to use when exporting |
---|
Sets whether to allow MicroStrategy Office to refresh Reports after exporting to Excel.
Used when the export format type is ExportFormatExcelWithFormattingIServer
officeRefresh | boolean |
---|
Sets whether to render the filter details section in the old style when exporting to Excel with formatting.
Used when the export format type is ExportFormatExcelWithFormattingIServer
oldStyleFilterDetails | boolean |
---|
Sets the current outline mode expansion state
outlineModeState | the current outline mode expansion state |
---|
This method is deprecated.
use setRemoveExtraColumn(String)
Sets whether to overlap grid titles when exporting to Excel with formatting.
Removes the "Metrics" column on the grid.
Used when the export format type is ExportFormatExcelWithFormattingIServer
overlapGridTitles | boolean whether to overlap grid titles when exporting to Excel with formatting. |
---|
Sets whether the page by information is rendered after the filter details section.
Used when the export format type is ExportFormatExcelWithFormattingIServer
pageByAfterFilterDetails | boolean |
---|
Sets whether to enable raw data.
This is necessary for the number formatting.
Having enabled affects performance.
rawDataEnabled | whether to enable raw data |
---|
Sets whether to overlap grid titles when exporting to Excel with formatting.
Removes the "Metrics" column on the grid.
Used when the export format type is ExportFormatExcelWithFormattingIServer
Values: PREFERENCE_YES
, PREFERENCE_NO
, PREFERENCE_VALUE_FROM_REPORT
overlapGridTitles | boolean whether to overlap grid titles when exporting to Excel with formatting. |
---|
Sets the report bean associated with this export bean.
rb | the report bean to associate with this export bean |
---|
Sets the show attribute forms property of the export bean.
showAttributeFormNames | indicates whether the export should contain attribute forms. |
---|
Sets whether to use static bitmaps when exporting to Excel with formatting.
Used when the export format type is ExportFormatExcelWithFormattingIServer
useLiveChartGraphs | boolean |
---|