java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.ReportSetResultWindowAddOn |
Title: ReportSetResultWindowAddOn.
Description: This add on takes care of setting the required window settings on the report bean. This add on acts on all the report beans on a page.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ReportSetResultWindowAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddOnDescription() | ||||||||||
void |
preCollectData(PageComponent page)
This is the main method of the add on which executes the add on.
| ||||||||||
void |
setMaxCols(String value)
Sets the max columns setting the report's window settings
| ||||||||||
void |
setMaxRows(String value)
Sets the max rows setting the report's window settings
| ||||||||||
void |
setStartCol(String value)
Sets the start column setting the report's window settings
| ||||||||||
void |
setStartRow(String value)
Sets the start row setting the report's window settings
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This is the main method of the add on which executes the add on. This has to be a static method.
page | is the PageComponent. |
---|
Sets the max columns setting the report's window settings
value | the max columns setting |
---|
Sets the max rows setting the report's window settings
value | the max rows setting |
---|
Sets the start column setting the report's window settings
value | the start column setting |
---|
Sets the start row setting the report's window settings
value | the start row setting |
---|