SlicerCacheLevel.VisibleSlicerItemsList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of slicer items that are currently included in the slicer filter.
public:
property System::Object ^ VisibleSlicerItemsList { System::Object ^ get(); };
public object VisibleSlicerItemsList { get; }
Public ReadOnly Property VisibleSlicerItemsList As Object
Property Value
The list of slicer items that are currently included in the slicer filter.
Remarks
Read-only.
The list of slicer items are returned as MDX unique name strings. If this list is empty, the slicer is not filtering the data source and all slicer tiles are displayed as selected.