SlicerCache
SlicerCache class
Represent summary description of slicer cache
class SlicerCache;
Properties
| Property | Type | Description |
|---|---|---|
| crossFilterType | SlicerCacheCrossFilterType | Indicates how to show items with no data of slicer. |
| list | boolean | Readonly. Indicates whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. |
| 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. |
Methods
| Method | Description |
|---|---|
| getCrossFilterType() | @deprecated. Please use the ‘crossFilterType’ property instead. Indicates how to show items with no data of slicer. |
| setCrossFilterType(SlicerCacheCrossFilterType) | @deprecated. Please use the ‘crossFilterType’ property instead. Indicates how to show items with no data of slicer. |
| getList() | @deprecated. Please use the ’list’ property instead. Indicates whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. |
| 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
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;
getCrossFilterType()
@deprecated. Please use the ‘crossFilterType’ property instead. Indicates how to show items with no data of slicer.
getCrossFilterType() : SlicerCacheCrossFilterType;
Returns
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.
setCrossFilterType(SlicerCacheCrossFilterType)
@deprecated. Please use the ‘crossFilterType’ property instead. Indicates how to show items with no data of slicer.
setCrossFilterType(value: SlicerCacheCrossFilterType) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | SlicerCacheCrossFilterType | The value to set. |
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.
getList()
@deprecated. Please use the ’list’ property instead. Indicates whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source.
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
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;