TCustomdxComponentPrinter.OnAddReportLink Event
In This Article
Occurs when adding a new report link.
#Declaration
Delphi
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