Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.OnGenerateReportProgress Event

In This Article

Occurs during report building.

#Declaration

Delphi
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