TCustomdxComponentPrinter.OnEndPrint Event
Occurs after printing a report.
Declaration
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