GeneratingComplete Property (C1Report)
In This Topic
If the current report is generating (see
IsBusy), gets the approximate completion ratio, from 0 (0% complete) to 1 (100% complete). If the report is currently not generating, gets 1.
Syntax
'Declaration
Public ReadOnly Property GeneratingComplete As Double
public double GeneratingComplete {get;}
See Also