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