SlicerCache

SlicerCache class

Represent summary description of slicer cache

class SlicerCache;

Methods

MethodDescription
getCrossFilterType()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
setCrossFilterType(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
getList()Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only
getSlicerCacheItems()Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only
getName()Returns the name of the slicer cache.
getSourceName()Returns the name of this slicer cache.

getCrossFilterType()

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

getCrossFilterType() : SlicerCacheCrossFilterType;

Returns

SlicerCacheCrossFilterType

setCrossFilterType(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

setCrossFilterType(value: SlicerCacheCrossFilterType) : void;

Parameters:

ParameterTypeDescription
valueSlicerCacheCrossFilterTypeThe value to set.

getList()

Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only

getList() : boolean;

getSlicerCacheItems()

Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only

getSlicerCacheItems() : SlicerCacheItemCollection;

Returns

SlicerCacheItemCollection

getName()

Returns the name of the slicer cache.

getName() : string;

getSourceName()

Returns the name of this slicer cache.

getSourceName() : string;