The IPrxDimensionDrill interface determines parameters of the detailing that sets up hyperlinks in the data area for dimension or level elements. For example, clicking a hyperlink may bring the user to another report sheet with positioning on the chart that displays data for the selected element.
When the hyperlink is opened, a selection is passed to the selected dimension (the Dimension property) in accordance with the enabled mode (the Mode property), then the report or sheet is calculated and the defined operation is executed.
Property name | Brief description | |
Action | The Action property determines the action to be executed on opening the hyperlink. | |
ActionType | The ActionType property determines type of the action executed on hyperlink click. | |
Attribute | The Attribute property determines the attribute, which value is used to find values in the index. | |
Attributes | The Attributes property determines the attributes, which values are used to find values in the index. The property should be used if the IPrxDimensionDrill.Index index is bound to several attributes. | |
Condition | The Condition property returns the filtering condition expression, based on which the elements are excluded from detailing. | |
Dimension | The Dimension property determines the dimension where selection is to be changed. | |
Index | The Index property determines index that is used to search for elements. | |
Mode | The Mode property determines the method that is used to change selection in a dimension. | |
Sheet | The Sheet property determines the report sheet to be calculated on opening the hyperlink. | |
Target | The Target property determines how the page is loaded after clicking the hyperlink. |
See also: