IPrxBulkSelection.Selection

Syntax

Selection: IDimSelection;

Description

The Selection property returns dimension selection, according to which the reports are created when a batch operation is executed.

Comments

The number of reports, for which the operation will be executed, is equal to Cartesian product of selected elements in all the permissible dimensions included to the IPrxBulkSettings.SelectionSet collection.

Example

The example of use is given in description of the IPrxReport.GetBulkSelectionSet method.

See also:

IPrxBulkSelection