TCustomdxComponentPrinter.DoEndPrint(TBasedxReportLink) Method
Generates the OnEndPrint event.
Declaration
procedure DoEndPrint(AReportLink: TBasedxReportLink); dynamic;
Parameters
Name | Type |
---|---|
AReportLink | TBasedxReportLink |
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