TCustomdxComponentPrinter.DoDeleteReportLink(TBasedxReportLink) Method
In This Article
Generates the OnDeleteReportLink event.
#Declaration
Delphi
procedure DoDeleteReportLink(AReportLink: TBasedxReportLink); dynamic;
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
#Remarks
This method is called when a report link is about to be deleted from the link list. The AReportLink parameter specifies the link to be deleted. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnDeleteReportLink event handler.
See Also