ActiveReports 12
ServerConnectionChanged Event

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : ServerConnectionChanged Event
Raises ServerConnectionChanged event. Occurs after changing connection to ActiveReports Server.
Syntax
'Declaration
 
Public Event ServerConnectionChanged As ServerConnectionChangedEventHandler
public event ServerConnectionChangedEventHandler ServerConnectionChanged
Event Data

The event handler receives an argument of type ServerConnectionChangedEventArgs containing data related to this event. The following ServerConnectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the connection state.  
Gets the server URL.  
See Also