ICustomItemInteractivityProvider Methods
Exposes interactivity methods and options.| Name | Description |
|---|---|
| ClearMasterFilter() | Clears the specified master filter item. |
| GetCurrentDrillDownValues() | Returns a collection of objects identifying the current drill-down state. |
| PerformDrillDown(DashboardFlatDataSourceRow) | Drills down the required element. |
| PerformDrillDown(AxisPoint) | Drills down the required element. |
| PerformDrillDown(Object) | Drills down the required element by its value. |
| PerformDrillUp() | Drills up the required element. |
| SetMasterFilter(DashboardFlatDataSourceRow) | Selects required elements in the specified master filter item. |
| SetMasterFilter(AxisPoint) | Selects required elements in the specified master filter item. |
| SetMasterFilter(IEnumerable<DashboardFlatDataSourceRow>) | Selects required elements in the specified master filter item. |
| SetMasterFilter(Object) | Selects required elements in the specified master filter item. |
See Also