Sub OnBeforeExecuteCombined(Args: IUiPrxReportEventArgs);
Begin
// set of operators
End Sub OnBeforeExecuteCombined;
Args. The parameter that enables the user to work with event parameters.
The OnBeforeExecuteCombined event occurs before combining queries on calculation of regular report data sources.
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: