Back to Devexpress

TCustomdxComponentPrinter Events

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-underscore-events.md

latest4.2 KB
Original Source

TCustomdxComponentPrinter Events

The base class for the component printer.

NameDescription
OnAddReportLinkOccurs when adding a new report link.
OnAfterPreview protectedOccurs after closing the preview form.
OnBeforeDesignReport protectedOccurs before the report designer window is activated.
OnBeforeExportToPDF protectedEnables you to adjust PDF export settings before a specific link’s report is exported to a PDF file or optionally cancel the export.
OnBeforePreview protectedOccurs before the preview window is to be activated.
OnChangeComponent protectedOccurs when the Component property changes.
OnChangeCurrentLink protectedOccurs when changing a report link.
OnCustomDrawPageOccurs when drawing individual report pages.
OnCustomDrawPageFooter protectedOccurs when drawing a page footer.
OnCustomDrawPageHeader protectedOccurs when drawing a page header.
OnCustomDrawReportTitle protectedOccurs when drawing the report title.
OnDeleteReportLinkOccurs when a report link is to be deleted.
OnDesignReport protectedOccurs when the report link designer is closed.
OnEndGenerateReportOccurs when a report has just been built.
OnEndPrintOccurs after printing a report.
OnFinalizePrintDlgDataEnables you to respond to end-user choices made within a printer dialog after it’s been closed.
OnGenerateReportProgressOccurs during report building.
OnGetPrintTitleOccurs when a printing component starts printing.
OnInitializePrintDlgDataAllows you to customize Print dialog appearance before it is displayed.
OnMeasureReportTitle protectedOccurs when drawing the report title before the OnCustomDrawReportTitle event.
OnNewPageOccurs before sending a regular page of a multi-page document to printer.
OnPageSetupOccurs when closing the Page Setup dialog window.
OnPrintDeviceBusyOccurs when the printing device is busy.
OnPrintDeviceErrorOccurs when the printing device is not available (for example, disconnected).
OnStartGenerateReportOccurs when the printing component is about to build a report.
OnStartPrintOccurs before the printing component prints the report.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit