SlicerItem.Selected 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 whether the slicer item is selected. Read/write for slicers connected to non-OLAP data sources. Read-only for slicers connected to OLAP data sources.
public:
property bool Selected { bool get(); void set(bool value); };
public bool Selected { get; set; }
Public Property Selected As Boolean
Property Value
true if the slicer item is selected; otherwise, false.
Remarks
Read/write.
true if the slicer item is selected; otherwise false.