Skip to main content

TCustomdxComponentPrinter.DoEndUpdateReport(TBasedxReportLink) Method

Generates the OnEndGenerateReport event.

Declaration

procedure DoEndUpdateReport(AReportLink: TBasedxReportLink); dynamic;

Parameters

Name Type
AReportLink TBasedxReportLink

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