SlicerCache Class

SlicerCache class

Represent summary description of slicer cache


type SlicerCache struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCrossFilterTypeReturns or sets whether a slicer is participating in cross filtering with other slicersthat share the same slicer cache, and how cross filtering is displayed. Read/write
SetCrossFilterTypeReturns or sets whether a slicer is participating in cross filtering with other slicersthat share the same slicer cache, and how cross filtering is displayed. Read/write
GetListReturns whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only
GetSlicerCacheItemsReturns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only
GetNameReturns the name of the slicer cache.
GetSourceNameReturns the name of this slicer cache.