Class OpenClientConnection
Represents the required information to connect to OpenEdge OpenClient
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class OpenClientConnection
Constructors
OpenClientConnection()
Declaration
public OpenClientConnection()
Properties
AppServerInfo
Gets or sets the additional settings information of the AppServer
Declaration
public string AppServerInfo { get; set; }
Property Value
System.String
The app server info. |
Password
Gets or sets the password required to access the AppServer
Declaration
public string Password { get; set; }
Property Value
System.String
The password required to access the AppServer |
SessionModel
Gets or sets the session model supported by the AppServer operating mode.
Declaration
public OpenClientConnection.ConnectionSessionModel SessionModel { get; set; }
Property Value
OpenClientConnection.ConnectionSessionModel
|
Url
Gets or sets the URL of the AppServer endpoint
Declaration
public string Url { get; set; }
Property Value
System.String
Absolute URL of the AppServer endpoint |
User
Gets or sets the user name required to access the AppServer
Declaration
public string User { get; set; }
Property Value
System.String
The username required to access the AppServer |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|