Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Report > Report Assembly Interfaces > IPrxBulkSelection > IPrxBulkSelection.Selection

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