SlicerCache

SlicerCache class

Represent summary description of slicer cache

Properties

NameTypeDescription
CrossFilterTypeintReturns or sets whether a slicer is participating in cross filtering with other slicers that share the same slicer cache
ListbooleanReturns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only
SlicerCacheItemsSlicerCacheItemCollectionReturns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only
NameStringReturns the name of the slicer cache.
SourceNameStringReturns 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