SlicerCache
SlicerCache class
Represent summary description of slicer cache
class SlicerCache;
Methods
Method | Description |
---|---|
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. |
isNull() | Checks whether the implementation object is null. |
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
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:
Parameter | Type | Description |
---|---|---|
value | SlicerCacheCrossFilterType | The 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
getName()
Returns the name of the slicer cache.
getName() : string;
getSourceName()
Returns the name of this slicer cache.
getSourceName() : string;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;