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.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public double GeneratingComplete { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property GeneratingComplete As Double
	Get

See Also