Skip to main content

TCustomdxComponentPrinter.DoStartUpdateReport(TBasedxReportLink) Method

Generates the OnStartGenerateReport event.

Declaration

procedure DoStartUpdateReport(AReportLink: TBasedxReportLink); dynamic;

Parameters

Name Type
AReportLink TBasedxReportLink

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