SlicerCache
Contents
[
Hide
]SlicerCache class
Represent summary description of slicer cache
Properties
| Name | Type | Description |
|---|---|---|
| CrossFilterType | int | Returns or sets whether a slicer is participating in cross filtering with other slicers that share the same slicer cache |
| List | boolean | Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only |
| SlicerCacheItems | SlicerCacheItemCollection | Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only |
| Name | String | Returns the name of the slicer cache. |
| SourceName | String | Returns the name of this slicer cache. |
SlicerCache.CrossFilterType property
Returns or sets whether a slicer is participating in cross filtering with other slicers that share the same slicer cache, and how cross filtering is displayed. Read/write The value of the property is SlicerCacheCrossFilterType integer constant.
Type: int
SlicerCache.List property
Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only
Type: boolean
SlicerCache.SlicerCacheItems property
Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only
Type: SlicerCacheItemCollection
SlicerCache.Name property
Returns the name of the slicer cache.
Type: String
SlicerCache.SourceName property
Returns the name of this slicer cache.
Type: String