ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / C1RdlReportBase Class / IsBusy Property

In This Topic
    IsBusy Property (C1RdlReportBase)
    In This Topic
    Gets a value that determines whether a report is currently being generated.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsBusy As System.Boolean
    public System.bool IsBusy {get;}
    See Also