ReportEvents.OnBeforeExecuteCombined

Syntax

Sub OnBeforeExecuteCombined(Report: IPrxReport);

Begin

// set of operators

End Sub OnBeforeExecuteCombined;

Parameters

Report. The Regular Report repository object.

Description

The OnBeforeExecuteCombined method implements the event that occurs before combining queries on calculation of regular report data sources.

Comments

In regular reports, queries are combined on calculation of analytical data area sources for parallel calculation of output cube matrices.

To combine queries on calculation of analytical data area sources, use the IEaxDataArea.UseCombinedExecutor property that should be set to True.

To combine queries on calculation of data sources in a data entry form, use the Combine Queries on Calculation checkbox.

See also:

ReportEvents