Class
OpenClientConnection

Represents the required information to connect to OpenEdge OpenClient

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class OpenClientConnection

Inheritance: objectOpenClientConnection

Constructors

OpenClientConnection()

Declaration

cs-api-definition
public OpenClientConnection()

Properties

AppServerInfo

Gets or sets the additional settings information of the AppServer

Declaration

cs-api-definition
public string AppServerInfo { get; set; }

Property Value

string

The app server info.

Password

Gets or sets the password required to access the AppServer

Declaration

cs-api-definition
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

cs-api-definition
public OpenClientConnection.ConnectionSessionModel SessionModel { get; set; }

Property Value

OpenClientConnection.ConnectionSessionModel

Url

Gets or sets the URL of the AppServer endpoint

Declaration

cs-api-definition
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

cs-api-definition
public string User { get; set; }

Property Value

string

The username required to access the AppServer

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()