ICubeSelectionControlApply.ResultSelection

Syntax

ResultSelection: IDimSelectionSet;

Description

The ResultSelection property returns the output selection obtained after applying control parameters.

Comments

In the output selection only elements in controlling dimensions will be selected that have been passed in the ICubeSelectionControlApply.SourceSelection property. By controlling dimensions only the elements will be available that have been obtained on building these dimensions after applying control parameters.

If control parameters are applied in the sorting mode, the ResultSelection property returns the list of sorted dimensions (controlling dimensions first and controlled dimensions of the cube).

Example

The example of use is given in description of the ICubeSelectionControlApply.Apply method.

See also:

ICubeSelectionControlApply