SlicerCache

SlicerCache class

Represent summary description of slicer cache

class SlicerCache;

Properties

PropertyTypeDescription
crossFilterTypeSlicerCacheCrossFilterTypeIndicates how to show items with no data of slicer.
listbooleanReadonly. Indicates whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source.
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.

crossFilterType

Indicates how to show items with no data of slicer.

crossFilterType : SlicerCacheCrossFilterType;

Remarks

NOTE: This member is now obsolete. Instead, please use Slicer.ShowTypeOfItemsWithNoData property. This property will be removed 12 months later since January 2026. Aspose apologizes for any inconvenience you may have experienced.

list

Readonly. Indicates whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source.

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;