Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / GeneratingComplete Property

In This Topic
    GeneratingComplete Property (C1RdlReport)
    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