TCustomdxComponentPrinter.DoStartUpdateReport(TBasedxReportLink) Method
In This Article
Generates the OnStartGenerateReport event.
#Declaration
Delphi
procedure DoStartUpdateReport(AReportLink: TBasedxReportLink); dynamic;
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
#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