Skip to main content

TCustomdxComponentPrinter.OnGenerateReportProgress Event

Occurs during report building.

Declaration

property OnGenerateReportProgress: TdxGenerateReportProgressEvent read; write;

Remarks

Handle this event to perform specific actions while building a report contained in the link specified by the AReportLink parameter. The APercentDone parameter determines work completed in percents. This event allows you to create a progress bar to inform users of the report building process:

See an example on how to handle the OnGenerateReportProgress event to cancel the building of a report in response to an end-user’s action.

Note

This event is generated only if the cpoGenerateReportProgressEvent option is active.

See Also