java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.ExportReportAddOn |
This class is deprecated.
This addOn is not used anymore. The report flags are set on the doCollectData() of the ExportBean
Sets Execution and Result flags on the ReportBean
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ExportReportAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddOnDescription() | ||||||||||
void |
preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
| ||||||||||
void |
setBeanName(String name)
This method is deprecated.
Use setReportBean instead
| ||||||||||
void |
setReportBean(String name)
Sets the Bean name
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This is the main method of the add on which executes the add on. This has to be a static method.
pg | is the PageComponent. |
---|
This method is deprecated.
Use setReportBean instead
Sets the Bean name
name | bean name |
---|
Sets the Bean name
name | bean name |
---|