ShowSlicer (Property)

Applies To:

OLAPQuerySection object

Description:

Displays the slicer in the OLAPQuery Outliner. The slicer defines a logical slice of the server cube by instructing the server to ignore all values not part of the slice. The default value of this property is true.

Action:

Read-write, Boolean

Example:

This example shows how to hide the slicer in an OLAPQuery:

ActiveDocument.Sections["OLAPQuery"].ShowSlicer=false