FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class / IsDisposed Property

In This Topic
    IsDisposed Property (C1DocumentSource)
    In This Topic
    Gets a value indicating whether this C1DocumentSource is disposed and can not be longer used.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDisposed As Boolean
    public bool IsDisposed {get;}
    See Also