Class for creating a connection string that will be used with a Report Server instance
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
public class ReportServerConnectionInfo : RemoteConnectionInfo
Inheritance: objectReportEngineConnectionInfoBaseRemoteConnectionInfoReportServerConnectionInfo
Inherited Members
Constructors
Class for creating a connection string to a Report Server instance
public ReportServerConnectionInfo(string uri, bool keepClientAlive)
The URI to the Report Server instance
keepClientAliveboolDetermines if the client will be kept alive (will not be expired)
Class for creating a connection string to a Report Server instance
public ReportServerConnectionInfo(string uri, int timeout, bool keepClientAlive)
The URI to the Report Server instance
timeoutintThe timeout for rendering a document measured in seconds
keepClientAliveboolDetermines if the client will be kept alive (will not be expired)
Class for creating a connection string to a Report Server instance
public ReportServerConnectionInfo(string uri, int timeout)
The URI to the Report Server instance
timeoutintThe timeout for rendering a document measured in seconds
Class for creating a connection string to a Report Server instance
public ReportServerConnectionInfo(string uri, string username, string password, bool keepClientAlive)
The URI to the Report Server instance
usernamestringThe username that will be used for connecting
passwordstringThe password that will be used for connecting
keepClientAliveboolDetermines if the client will be kept alive (will not be expired)
Class for creating a connection string to a Report Server instance
public ReportServerConnectionInfo(string uri, string username, string password, int timeout, bool keepClientAlive)
The URI to the Report Server instance
usernamestringThe username that will be used for connecting
passwordstringThe password that will be used for connecting
timeoutintThe timeout for rendering a document measured in seconds
keepClientAliveboolDetermines if the client will be kept alive (will not be expired)
Class for creating a connection string to a Report Server instance
public ReportServerConnectionInfo(string uri, string username, string password, int timeout)
The URI to the Report Server instance
usernamestringThe username that will be used for connecting
passwordstringThe password that will be used for connecting
timeoutintThe timeout for rendering a document measured in seconds
Class for creating a connection string to a Report Server instance
public ReportServerConnectionInfo(string uri, string username, string password)
The URI to the Report Server instance
usernamestringThe username that will be used for connecting
passwordstringThe password that will be used for connecting
Class for creating a connection string to a Report Server instance
public ReportServerConnectionInfo(string uri)
The URI to the Report Server instance