drillThroughOptionEnum
Defines the drill-through options.
References
- Used by the following properties:
Members
- contextFormat
Specifies the requested selection context format for the drillThrough » convertDrillThroughContext(inputContext, parameterValues, options) method.
To specify this option, use the bibus » drillThroughOptionAnyURI class.
The supported values are defined by the bibus » selectionContextFormatEnum enumeration set.
Default: identity
- New in Version 8.4 — Drill-Through Improvements
This value was added.
- diagnostics
Reserved.
- New in Version 8.4 — Dynamic Filtering of Report Data
This value was added.
- includeDataSourceActions
Specifies that actions (in the form of a URL) from the underlying data source should be returned.
To specify this option, use the bibus » drillThroughOptionBoolean class.
Default:
true
- includeDrillThroughPaths
Specifies that relevant drill-through paths from the content store should be returned.
To specify this option, use the bibus » drillThroughOptionBoolean class.
Default:
true
- selectionContext
Specifies the selection context from the drill-through source.
The selection context must be specified using the cognos8 format. You can use the drillThrough » convertDrillThroughContext(inputContext, parameterValues, options) method to convert a selection context from another format to cognos8 format.
To specify this option, use the bibus » drillThroughOptionXMLEncodedXML class.
- New in Version 8.4 — Dynamic Filtering of Report Data
This value was added.
- useEditSpecification
Specifies whether an edit specification should be constructed as part of the drill-through request. The edit specification can provide additional filter criteria that cannot be passed to the target using its defined parameters. For example, the target may not have sufficient parameters defined, or the selection may be too complex to specify using parameters.
The target may or may not apply the criteria in the edit specification.
To specify this option, use the bibus » drillThroughOptionBoolean class.
Default:
false
- New in Version 8.4 — Dynamic Filtering of Report Data
This value was added.