The following tables list the members exposed by IPivotDataSlicerProvider.
Name | Description | |
---|---|---|
![]() | IsSlicerProviderInitialized | Gets a value indicating whether this instance is slicer provider initialized which means that the provider has loaded the information about the existing hierarchies and levels. |
![]() | OlapViewModel | Gets the olap view model which this provider operates with. |
Name | Description | |
---|---|---|
![]() | AddSlicer | Adds the slicer to the provider so the provider is able to track the slicers it serves to. |
![]() | GetFilterSourcesAsync | Gets asynchronously the collection of filter source items related to given level. |
![]() | GetHierarchies | Gets a collection of all available hierarchies. |
![]() | GetLevels | Gets a collection of all available levels in given hierarchy. |
![]() | GetSlicers | Gets a collection of all slicers this instance currently serves to. |
![]() | QueryUpdateSlicersState | Query request to slicer provider to update the state of slicers in order to reflect the changes caused by another slicer. |
![]() | ReleaseFilterSourceItems | Called in order to be released all filter source items of given level if they are no longer in use. |
![]() | RemoveSlicer | Removes the slicer from the provider so the provider is no longer responsible to serves this slicer. |
Name | Description | |
---|---|---|
![]() | GetFilterSourcesCompleted | Occurs when the call of GetFilterSourcesAsync is completed. |
![]() | SlicerProviderInitialized | Occurs when slicer provider is initialized and it has loaded the information about the existing hierarchies and levels. |