IPrxBulkSettings.SelectionSet

Syntax

SelectionSet: IPrxBulkSelectionSet;

Description

The SelectionSet property determines permissible selection, according to which regular report versions will be created to execute a batch operation.

Comments

The selection is formed from dimensions of the slices, working with which requires created controls. Controls must be shared by all the sheets used in the batch operation. The number of the reports, for which the operation will be executed, equals to Cartesian product of selected elements in the dimensions.

Example

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

See also:

IPrxBulkSettings