TdxGenerateReportProgressEvent Type
In This Article
#Declaration
Delphi
TdxGenerateReportProgressEvent = procedure(Sender: TObject; AReportLink: TBasedxReportLink; APercentDone: Double) of object;
#Parameters
Name | Type |
---|---|
Sender | TObject |
AReport |
TBasedx |
APercent |
Double |
See Also