Freigeben über


IReportServerConnection-Schnittstelle

Stellt Verbindungsinformationen für den Berichtsserver bereit, wenn das Steuerelement für ReportViewer-Webformulare ohne Sitzungsstatus verwendet wird.

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

Hinweise

Sie können diese Schnittstelle implementieren, um Verbindungsinformationen bereitzustellen, wenn Sie das Steuerelement für ReportViewer-Webformulare ohne Sitzungsstatus verwenden. Die Verwendung des Sitzungsstatus für das ReportViewer-Steuerelement wird in der Einstellungsdatei Web.config konfiguriert.

Siehe auch

Referenz

IReportServerConnection-Member
Microsoft.Reporting.WebForms-Namespace

Weitere Ressourcen

Web.config Settings for ReportViewer