TBasedxReportLink.DoProgress(Double) Method
In This Article
Tracks the progress of report creation.
#Declaration
Delphi
procedure DoProgress(const APercentDone: Double); dynamic;
#Parameters
Name | Type |
---|---|
APercent |
Double |
#Remarks
Call the DoProgress method to obtain the completed portion of an entire job.
See Also