New to Telerik ReportingStart a free 30-day trial

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

Gets or sets the additional settings information of the AppServer

C#
public string AppServerInfo { get; set; }
Property Value:

The app server info.

Password

string

Gets or sets the password required to access the AppServer

C#
public string Password { get; set; }
Property Value:

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; }
Property Value:

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; }
Property Value:

The username required to access the AppServer

Methods

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()