Back to Devexpress

TCustomdxComponentPrinter.DoStartUpdateReport(TBasedxReportLink) Method

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

latest883 B
Original Source

TCustomdxComponentPrinter.DoStartUpdateReport(TBasedxReportLink) Method

Generates the OnStartGenerateReport event.

Declaration

delphi
procedure DoStartUpdateReport(AReportLink: TBasedxReportLink); dynamic;

Parameters

NameType
AReportLinkTBasedxReportLink

Remarks

This method is called before updating the report contained in the link specified by the AReportLink parameter. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnStartUpdateReport event handler.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit