ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ServerConnectionChangedEventArgs Class / Connected Property

In This Topic
    Connected Property
    In This Topic
    Gets a value indicating whether the connection to the server is established.
    Syntax
    'Declaration
     
    Public ReadOnly Property Connected As Boolean
    public bool Connected {get;}

    Property Value

    true if connected; otherwise, false.
    See Also