Enum SlicerCacheCrossFilterType

SlicerCacheCrossFilterType enumeration

Represent the type of SlicerCacheCrossFilterType

public enum SlicerCacheCrossFilterType

Values

NameValueDescription
None0The table style element of the slicer style for slicer items with no data is not applied to slicer items with no data, and slicer items with no data are not sorted separately in the list of slicer items in the slicer view
ShowItemsWithDataAtTop1The table style element of the slicer style for slicer items with no data is applied to slicer items with no data, and slicer items with no data are sorted at the bottom in the list of slicer items in the slicer view
ShowItemsWithNoData2The table style element of the slicer style for slicer items with no data is applied to slicer items with no data, and slicer items with no data are not sorted separately in the list of slicer items in the slicer view.

See Also