Back to Devexpress

TCustomdxComponentPrinter.DoAddReportLink(TBasedxReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-doaddreportlink-x28-dxpscore-dot-tbasedxreportlink-x29.md

latest887 B
Original Source

TCustomdxComponentPrinter.DoAddReportLink(TBasedxReportLink) Method

Generates the OnAddReportLink event.

Declaration

delphi
procedure DoAddReportLink(AReportLink: TBasedxReportLink); dynamic;

Parameters

NameType
AReportLinkTBasedxReportLink

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

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit