com.microstrategy.web.objects.WebReportExecutionSettings |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int | getExecutionMode() | ||||||||||
abstract String | getReportID() | ||||||||||
abstract String | getSourceID() | ||||||||||
abstract int | getSourceType() | ||||||||||
abstract void |
setExecutionMode(int mode)
Sets the execution mode
| ||||||||||
abstract void |
setReportID(String reportID)
// * Sets the report DSSID
| ||||||||||
abstract void |
setSource(String id, int type)
Sets the source
|
Sets the execution mode
mode | the execution mode. A value from EnumExecutionMode
|
---|
// * Sets the report DSSID
reportID | the report DSSID |
---|
Sets the source
id | the DSSID of the source |
---|---|
type | the type. A value from EnumWebReportSourceType
|