Compartir a través de


Interfaz IReportServerConnection

Proporciona información de conexión del servidor de informes cuando se usa el control de formularios ReportViewer Web Forms sin estado de sesión.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

'Declaración
Public Interface IReportServerConnection
    Inherits IReportServerCredentials
'Uso
Dim instance As IReportServerConnection
public interface IReportServerConnection : IReportServerCredentials
public interface class IReportServerConnection : IReportServerCredentials
public interface IReportServerConnection extends IReportServerCredentials
public interface IReportServerConnection extends IReportServerCredentials

Comentarios

Puede implementar esta interfaz para proporcionar información de conexión cuando se usa el control de formularios ReportViewer Web Forms sin estado de sesión. El uso del estado de sesión del control ReportViewer se configura en el archivo de configuración Web.config.

Consulte también

Referencia

Miembros IReportServerConnection
Espacio de nombres Microsoft.Reporting.WebForms

Otros recursos

Web.config Settings for ReportViewer