UiReport.OnBeforeExecuteCombined

Syntax

Sub OnBeforeExecuteCombined(Args: IUiPrxReportEventArgs);

Begin

// set of operators

End Sub OnBeforeExecuteCombined;

Parameters

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

Description

The OnBeforeExecuteCombined event 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:

UiReport