ICustomItemInteractivityProvider Members
Exposes interactivity methods and options.Properties
Name | Description |
---|---|
CanClearMasterFilter | Returns whether the specified master filter can be cleared in the current state. |
CanPerformDrillDown | Returns whether drill up is possible in the current state of the specified custom dashboard item. |
CanPerformDrillUp | Returns whether drill up is possible in the current state of the specified custom dashboard item. |
CanSetMasterFilter | Returns whether the master filter item allows a user to select one or more elements. |
CanSetMultiValueMasterFilter | Returns whether the master filter item allows a user to select multiple elements. |
IsDrillDownEnabled | Gets whether drill-down is enabled. |
MasterFilterMode | Gets or sets the master filter item selection mode. |
Methods
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