ICompoundSelection.Selection

Syntax

Selection: IDimSelectionSet;

Description

The property is read-only.

The Selection property returns composite selection.

Comments

For the composite selection which corresponds to express report composite dimension, the Selection property returns the collection of composite selections, number of which corresponds to the number of data sources. Each separate composite selection, in its turn, is based on a private dimension of a single data source.

Example

Examples of the property use are given in the example for ICompoundSelection.IsCompound.

See also:

ICompoundSelection