TCustomdxComponentPrinter.OnEndPrint Event
In This Article
Occurs after printing a report.
#Declaration
Delphi
property OnEndPrint: TdxReportLinkNotifyEvent read; write;
#Remarks
Handle this event to perform specific actions after printing a report contained in the link specified by the AReportLink parameter.
See Also