SlicerCache

SlicerCache class

Represent summary description of slicer cache

class SlicerCache;

Properties

PropertyTypeDescription
crossFilterTypeSlicerCacheCrossFilterTypeReturns 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
listbooleanReadonly. Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only
slicerCacheItemsSlicerCacheItemCollectionReadonly. Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only
namestringReadonly. Returns the name of the slicer cache.
sourceNamestringReadonly. Returns the name of this slicer cache.

Methods

MethodDescription
getCrossFilterType()@deprecated. Please use the ‘crossFilterType’ property instead. 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)@deprecated. Please use the ‘crossFilterType’ property instead. 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()@deprecated. Please use the ’list’ property instead. Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only
getSlicerCacheItems()@deprecated. Please use the ‘slicerCacheItems’ property instead. Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only
getName()@deprecated. Please use the ’name’ property instead. Returns the name of the slicer cache.
getSourceName()@deprecated. Please use the ‘sourceName’ property instead. Returns the name of this slicer cache.
isNull()Checks whether the implementation object is null.

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;

getCrossFilterType()

@deprecated. Please use the ‘crossFilterType’ property instead. 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)

@deprecated. Please use the ‘crossFilterType’ property instead. 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()

@deprecated. Please use the ’list’ property instead. Returns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only

getList() : boolean;

getSlicerCacheItems()

@deprecated. Please use the ‘slicerCacheItems’ property instead. Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only

getSlicerCacheItems() : SlicerCacheItemCollection;

Returns

SlicerCacheItemCollection

getName()

@deprecated. Please use the ’name’ property instead. Returns the name of the slicer cache.

getName() : string;

getSourceName()

@deprecated. Please use the ‘sourceName’ property instead. Returns the name of this slicer cache.

getSourceName() : string;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;