Skip to main content

TCustomdxComponentPrinter.DoDeleteReportLink(TBasedxReportLink) Method

Generates the OnDeleteReportLink event.

Declaration

procedure DoDeleteReportLink(AReportLink: TBasedxReportLink); dynamic;

Parameters

Name Type
AReportLink TBasedxReportLink

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