IncludeConsolidationInfo (Property)

Applies To:

QueryOptions object

Description:

Enabling this property includes consolidation type/unary operator information of all members from the Data Layout when Download To Results is executed in the CubeQuery section. Disabling the option excludes the consolidation type/unary operator information for each member. By default this option is disabled for newly inserted CubeQuery sections.

Action:

Read-write, Boolean

Example:

This example shows how to enable the IncludeConsolidationInfo property:

ActiveDocument.Sections["Query3"].QueryOptions.IncludeConsolidationInfo = true