Sub OnBeforeExecuteCombined(Report: IPrxReport);
Begin
// set of operators
End Sub OnBeforeExecuteCombined;
Report. The Regular Report repository object.
The OnBeforeExecuteCombined method implements the event that 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: