Skip to main content

TCustomdxComponentPrinter.OnFinalizePrintDlgData Event

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

Declaration

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