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

TdxComponentPrinter.OnExportProgress Event

In This Article

Occurs when exporting a report to graphic images or to disk.

#Declaration

Delphi
property OnExportProgress: TdxExportProgressEvent read; write;

#Remarks

Write an OnExportProgress event handler to perform specific actions when exporting a report for the report link specified by the AReportLink parameter to graphics or to disk.

The Sender parameter determines the component printer which sends data.

The AIndex parameter determines the zero-based index of the exported report page among other pages.

The APageIndex parameter determines the absolute index of the current page in a report.

The AFileName parameter determines the file name to which a page is exported.

The AData parameter contains the pointer to additional arbitrary data which is determined by the AProgressData parameter of the SavePagesAsImagesToDisk or EnumPagesAsImages methods.

See Also