TCustomdxComponentPrinter.OnAddReportLink Event
Occurs when adding a new report link.
Declaration
property OnAddReportLink: TdxReportLinkNotifyEvent read; write;
Remarks
Handle this event to perform specific actions after a new report link (passed as the AReportLink parameter) has been added to the list. For instance, this event can be used to check the number of currently available report links.
See Also