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

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

    Use this property to determine whether the control is currently busy generating a report.

    This property is especially useful when the DoEvents property is set to true. In this case, the application continues to process user input while the control generates reports, and there is a change that the user might try to start another report before the current one is done.

    See Also