New to Telerik ReportingStart a free 30-day trial

Class for creating a connection string for a remote report engine

Definition

Namespace:Telerik.ReportViewer.Common

Assembly:Telerik.ReportViewer.WinForms.dll

Syntax:

C#
public abstract class RemoteConnectionInfo : ReportEngineConnectionInfoBase

Inheritance: objectReportEngineConnectionInfoBaseRemoteConnectionInfo

Derived Classes: ReportServerConnectionInfoRestServiceConnectionInfo

Inherited Members ReportEngineConnectionInfoBase.ToString()ReportEngineConnectionInfoBase.ConnectionStringReportEngineConnectionInfoBase.Engine

Constructors

C#
protected RemoteConnectionInfo(string connStr)
Parameters:connStrstring

Properties

Gets or sets the keep client alive property

C#
public bool KeepClientAlive { get; set; }

Gets or sets the timeout for rendering a document

C#
public int Timeout { get; set; }

Uri

string

Gets or sets the remote engine URI

C#
public string Uri { get; set; }