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.OnExportGetPageFileName Event

In This Article

Occurs when saving a page to disk.

#Declaration

Delphi
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