SlicerCache.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 or sets the list of MDX unique names for members at all levels of the hierarchy where manual filtering is applied.
public:
property System::Object ^ VisibleSlicerItemsList { System::Object ^ get(); void set(System::Object ^ value); };
public object VisibleSlicerItemsList { get; set; }
Public Property VisibleSlicerItemsList As Object
Property Value
The list of MDX unique names for members at all levels of the hierarchy where manual filtering is applied.
Remarks
Read/write.
The VisibleSlicerItemsList property is only applicable for slicers that are based on OLAP data sources (SlicerCache.OLAP = true).