ClassOpenClientConnection
Represents the required information to connect to OpenEdge OpenClient
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public class OpenClientConnection
Inheritance: objectOpenClientConnection
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
string
The app server info.
Password
Gets or sets the password required to access the AppServer
Declaration
public string Password { get; set; }
Property Value
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
Url
Gets or sets the URL of the AppServer endpoint
Declaration
public string Url { get; set; }
Property Value
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
string
The username required to access the AppServer
Methods
ToString()
Declaration
public override string ToString()
Returns
string
Overrides