TCustomdxComponentPrinter.OnDeleteReportLink Event
Occurs when a report link is to be deleted.
Declaration
property OnDeleteReportLink: TdxReportLinkNotifyEvent read; write;
Remarks
Handle this event to perform specific actions when the report link specified in the AReportLink parameter, is about to be removed from the list of available links.
See Also