HardwireMode (Property)

Applies To:

OLAPQuerySection object

Description:

Enables the automatic processing of an OLAP query every time there is a change to it. Hardwire mode allows the instantaneous retrieval of cube slice and eliminates having to manually click Process when a change (an item is added or removed from the Outliner) is made.

Before using hardwire or process mode, determine if you will drag items to the Outliner before initiating requests. To drag multiple items to the Outliner, use Process mode.

Action:

Read-write, Boolean

Example:

This example shows to activate hardwire mode:

ActiveDocument.Sections["OLAPQuery"].HardwireMode = true