Back to Devexpress

TCustomdxComponentPrinter.DoEndUpdateReport(TBasedxReportLink) Method

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

latest965 B
Original Source

TCustomdxComponentPrinter.DoEndUpdateReport(TBasedxReportLink) Method

Generates the OnEndGenerateReport event.

Declaration

delphi
procedure DoEndUpdateReport(AReportLink: TBasedxReportLink); dynamic;

Parameters

NameType
AReportLinkTBasedxReportLink

Remarks

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

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit