SlicerCache
Contents
[
Hide
]SlicerCache class
Represent summary description of slicer cache
class SlicerCache;
Properties
Property | Type | Description |
---|---|---|
crossFilterType | SlicerCacheCrossFilterType | 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 |
list | boolean | Readonly. Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only |
slicerCacheItems | SlicerCacheItemCollection | Readonly. Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only |
name | string | Readonly. Returns the name of the slicer cache. |
sourceName | string | Readonly. Returns the name of this slicer cache. |
crossFilterType
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
crossFilterType : SlicerCacheCrossFilterType;
list
Readonly. Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only
list : boolean;
slicerCacheItems
Readonly. Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only
slicerCacheItems : SlicerCacheItemCollection;
name
Readonly. Returns the name of the slicer cache.
name : string;
sourceName
Readonly. Returns the name of this slicer cache.
sourceName : string;