IReportServerConnection Interface

Provides report server connection information when the ReportViewer Web forms control is used with no session state.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public Interface IReportServerConnection
    Inherits IReportServerCredentials
'Usage
Dim instance As IReportServerConnection
public interface IReportServerConnection : IReportServerCredentials
public interface class IReportServerConnection : IReportServerCredentials
public interface IReportServerConnection extends IReportServerCredentials
public interface IReportServerConnection extends IReportServerCredentials

Remarks

You can implement this interface to provide connection information when using the ReportViewer Web forms control with no session state. The ReportViewer control's session state usage is configured in the Web.config settings file.

See Also

Reference

IReportServerConnection Members
Microsoft.Reporting.WebForms Namespace

Concepts

Web.config Settings for ReportViewer