TCustomdxComponentPrinter.OnDeleteReportLink Event
In This Article
Occurs when a report link is to be deleted.
#Declaration
Delphi
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