Skip to main content

TdxComponentPrinter.OnExportProgress Event

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

Declaration

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