SlicerCache.VisibleSlicerItemsList Property

Definition

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).

Applies to