TCustomdxComponentPrinter.DoAddReportLink(TBasedxReportLink) Method
Generates the OnAddReportLink event.
Declaration
procedure DoAddReportLink(AReportLink: TBasedxReportLink); dynamic;
Parameters
Name | Type |
---|---|
AReportLink | TBasedxReportLink |
Remarks
This method is called when a new report link (AReportLink) is added to a link list. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnAddReportLink event handler.
See Also