TdxComponentPrinter.OnExportGetPageFileName Event
Occurs when saving a page to disk.
Declaration
property OnExportGetPageFileName: TdxExportGetPageFileNameEvent read; write;
Remarks
Write an OnExportGetPageFileName event handler to perform specific actions when exporting a page to a file on 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 in a report.
The APageIndex parameter determines the absolute index of the current page.
The AFileName parameter determines the file name to which a page is exported.
See Also