Reports for WPF | ComponentOne
C1.C1Report Namespace / C1Report Class / GeneratingComplete Property

In This Topic
    GeneratingComplete Property (C1Report)
    In This Topic
    If the current report is generating (see C1Report.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