Back to Devexpress

TCustomdxComponentPrinter.DoEndPrint(TBasedxReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-doendprint-x28-dxpscore-dot-tbasedxreportlink-x29.md

latest896 B
Original Source

TCustomdxComponentPrinter.DoEndPrint(TBasedxReportLink) Method

Generates the OnEndPrint event.

Declaration

delphi
procedure DoEndPrint(AReportLink: TBasedxReportLink); dynamic;

Parameters

NameType
AReportLinkTBasedxReportLink

Remarks

This method is called when the printing component finishes printing the component, specified by the AReportLink parameter. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnEndPrint event handler.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit