RemoteConnectionInfo
Class
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:
Inherited Members
Constructors
C#
protected RemoteConnectionInfo(string connStr)
Properties
KeepClientAlive
bool
Gets or sets the keep client alive property
C#
public bool KeepClientAlive { get; set; }
Timeout
int
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; }