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

In This Article

Enables you to respond to end-user choices made within a printer dialog after it’s been closed.

#Declaration

Delphi
property OnFinalizePrintDlgData: TdxPrintDlgDataEvent read; write;

#Remarks

The Sender parameter provides access to the current component printer.

The AReportLink parameter provides access to a link whose report is being printed.

Use the APrintDlgData parameter to:

  • Access printing options specified within a printer dialog (APrintDlgData.DialogData).

  • Determine whether the Preview button has been clicked (APrintDlgData.PreviewBtnClicked).

Refer to the TdxPrintDlgData type description to learn about APrintDlgData parameter values.

See Also