SlicerCache Class
Contents
[
Hide
]SlicerCache class
Represent summary description of slicer cache
type SlicerCache struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetCrossFilterType | Returns 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 |
| SetCrossFilterType | Returns 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 |
| 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. |