IPrxReportUserEvents.EventOnBeforeExecuteCombined

Syntax

Sub EventOnBeforeExecuteCombined(Args: IUiPrxReportEventArgs);

Begin

// set of operators

End Sub EventOnBeforeExecuteCombined;

Parameters

Args. The parameter, which enables the user to work with event parameters.

Description

The EventOnBeforeExecuteCombined 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:

IPrxReportUserEvents