Class RemoteConnectionInfo
Class for creating a connection string for a remote report engine
Inherited Members
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public abstract class RemoteConnectionInfo : ReportEngineConnectionInfoBase
Constructors
RemoteConnectionInfo(String)
Declaration
protected RemoteConnectionInfo(string connStr)
Parameters
System.String
connStr
|
Properties
KeepClientAlive
Gets or sets the keep client alive property
Declaration
public bool KeepClientAlive { get; set; }
Property Value
System.Boolean
|
Timeout
Gets or sets the timeout for rendering a document
Declaration
public int Timeout { get; set; }
Property Value
System.Int32
|
Uri
Gets or sets the remote engine URI
Declaration
public string Uri { get; set; }
Property Value
System.String
|