com.microstrategy.webapi.EnumDSSXMLResultFlags |
This interface defines the enumeration constants used to specify the flags for retrieving report execution results.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlResultBandingAutoApply | Specifies for retrieving report execution results a flag to automatically apply banding. | |||||||||
int | DssXmlResultBandingStyle | Specifies for retrieving report execution results a flag to generate the result XML in banding style. | |||||||||
int | DssXmlResultDatamartTableName | Specifies for retrieving report execution results a flag to write datamart table name to xml. | |||||||||
int | DssXmlResultDefaultFormatProperties | Specifies for retrieving report execution results a flag to get the default report format properties. | |||||||||
int | DssXmlResultDrillHigh | Specifies for retrieving report execution results a flag to include the drill paths with high importance. | |||||||||
int | DssXmlResultDrillLow | Specifies for retrieving report execution results a flag to include the drill paths with low importance. | |||||||||
int | DssXmlResultDrillMedium | Specifies for retrieving report execution results a flag to include the drill paths with medium importance. | |||||||||
int | DssXmlResultDtlsExprAll | Reserved for future use | |||||||||
int | DssXmlResultDtlsExprEmbedded | Reserved for future use | |||||||||
int | DssXmlResultDtlsExprNothing | Reserved for future use | |||||||||
int | DssXmlResultDtlsFilterExpr | ||||||||||
int | DssXmlResultDtlsTemplateLimit | Specifies the retrieval of the template limit. | |||||||||
int | DssXmlResultDtlsTemplateUnits | Returns details about template units on the report | |||||||||
int | DssXmlResultFilter | Specifies for retrieving report execution results a flag to include filter details. | |||||||||
int | DssXmlResultFolderPath | Specifies for retrieving report execution results a flag to include the folder path of the report. | |||||||||
int | DssXmlResultGraph | Specifies for retrieving report execution results a flag to include graph related information. | |||||||||
int | DssXmlResultGrid | Specifies for retrieving report execution results a flag to include the grid related information. | |||||||||
int | DssXmlResultInboxMessage | Specifies for retrieving report execution results a flag to include the inbox message information. | |||||||||
int | DssXmlResultMinimal | Specifies to create minimal XML for prompt answer. | |||||||||
int | DssXmlResultNoDerivedPromptXML | Supresses derived list XML for prompt reports | |||||||||
int | DssXmlResultNoNumberFormating | Specifies for retrieving report execution results a flag to return raw data without number formatting. | |||||||||
int | DssXmlResultNoPageHeader | Specifies no page header when this is set. | |||||||||
int | DssXmlResultNoResolution | Specifies for retrieving report execution results do not retrieve resolution. | |||||||||
int | DssXmlResultPageTreeStyle | Specifies for retrieving report execution results a flag to generate the page header in the tree style. | |||||||||
int | DssXmlResultPositiveFlags | All results | |||||||||
int | DssXmlResultPreserve | Specifies for retrieving report execution results a flag to preserve the result flags set previously (New flags are added to the existing result flags set if this flag is set, otherwise new flags replace the existing one). | |||||||||
int | DssXmlResultPutToInboxRead | Specifies for retrieving report execution results a flag to put the report result into inbox in read status. | |||||||||
int | DssXmlResultRawData | Specifies for retrieving report execution results a flag to not format the report data. | |||||||||
int | DssXmlResultRelatedReports | Specifies for retrieving report execution results a flag to include other reports in the same folder. | |||||||||
int | DssXmlResultStatusOnlyIfNotReady | Specifies for retrieving report execution results a flag to not return any data unless the report is ready. | |||||||||
int | DssXmlResultViewReport | Specifies to return the template and view filter for the report in the report XML. | |||||||||
int | DssXmlResultWorkingSet | Get the working set XML for the subset report | |||||||||
int | DssXmlResultXmlDisplayProperties | Specifies for retrieving report execution results a flag to include Web related properties. | |||||||||
int | DssXmlResultXmlSQL | Specifies for retrieving report execution results a flag to include SQL. |
Specifies for retrieving report execution results a flag to automatically apply banding.
When banding is turned on, repeated row headers are not merged. When banding is off, repeated
row headers are merged. This particular flag informs the Intelligence Server to determine
whether banding is on/off via the Template Formatting property MergeCells (-1 == on, 0 == off).
This flag allows the banding style to be persisted as a report property. To force banding on/off,
use DssXmlResultBandingStyle
. This flag should not be used in conjunction with
DssXmlResultBandingStyle
- no guarantees can be made of the outcome.
Specifies for retrieving report execution results a flag to generate the result XML in banding style. When banding style is set, repeated row headers are not merged (i.e. duplicates are rendered). When this flag is not set, repeated row headers are merged (denoted by a rowspan > 1).
Specifies for retrieving report execution results a flag to write datamart table name to xml.
Specifies for retrieving report execution results a flag to get the default report format properties.
Specifies for retrieving report execution results a flag to include the drill paths with high importance.
Specifies for retrieving report execution results a flag to include the drill paths with low importance.
Specifies for retrieving report execution results a flag to include the drill paths with medium importance.
Reserved for future use
Reserved for future use
Reserved for future use
Specifies the retrieval of the template limit.
Returns details about template units on the report
Specifies for retrieving report execution results a flag to include filter details.
Specifies for retrieving report execution results a flag to include the folder path of the report.
Specifies for retrieving report execution results a flag to include graph related information.
Specifies for retrieving report execution results a flag to include the grid related information.
Specifies for retrieving report execution results a flag to include the inbox message information.
Specifies to create minimal XML for prompt answer.
Supresses derived list XML for prompt reports
Specifies for retrieving report execution results a flag to return raw data without number formatting.
Specifies no page header when this is set.
Specifies for retrieving report execution results do not retrieve resolution.
Specifies for retrieving report execution results a flag to generate the page header in the tree style.
It is also recommended that DssXmlResult2PageTreeStyle2
is
also used in conjunction with this flag.
All results
Specifies for retrieving report execution results a flag to preserve the result flags set previously (New flags are added to the existing result flags set if this flag is set, otherwise new flags replace the existing one).
Specifies for retrieving report execution results a flag to put the report result into inbox in read status.
Specifies for retrieving report execution results a flag to not format the report data.
Specifies for retrieving report execution results a flag to include other reports in the same folder.
Specifies for retrieving report execution results a flag to not return any data unless the report is ready.
Specifies to return the template and view filter for the report in the report XML.
Get the working set XML for the subset report
Specifies for retrieving report execution results a flag to include Web related properties.
Specifies for retrieving report execution results a flag to include SQL.