Share via


Interfaccia IReportServerConnection

Specifica le informazioni per la connessione al server di report quando il controllo Web Forms ReportViewer viene utilizzato con lo stato delle sessioni disattivato.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
Public Interface IReportServerConnection
    Inherits IReportServerCredentials
'Utilizzo
Dim instance As IReportServerConnection
public interface IReportServerConnection : IReportServerCredentials
public interface class IReportServerConnection : IReportServerCredentials
public interface IReportServerConnection extends IReportServerCredentials
public interface IReportServerConnection extends IReportServerCredentials

Note

È possibile implementare questa interfaccia per specificare le informazioni per la connessione quando si utilizza il controllo Web Forms ReportViewer con lo stato delle sessioni disattivato. L'utilizzo dello stato delle sessioni del controllo ReportViewer è configurato nel file di impostazioni Web.config.

Vedere anche

Riferimento

Membri IReportServerConnection
Spazio dei nomi Microsoft.Reporting.WebForms

Altre risorse

Web.config Settings for ReportViewer