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