ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / GeneratingComplete Property

In This Topic
    GeneratingComplete Property
    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 System.Double
    public System.double GeneratingComplete {get;}
    See Also