TCustomdxComponentPrinter.DoAddReportLink(TBasedxReportLink) Method
In This Article
Generates the OnAddReportLink event.
#Declaration
Delphi
procedure DoAddReportLink(AReportLink: TBasedxReportLink); dynamic;
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
#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