Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1SSRSDocumentSource Class / BusyState Property

In This Topic
    BusyState Property (C1SSRSDocumentSource)
    In This Topic
    Gets the current busy state of the current C1DocumentSource.
    Syntax
    'Declaration
     
    Public ReadOnly Property BusyState As C1DocumentSourceBusyState
    public C1DocumentSourceBusyState BusyState {get;}
    See Also