Interface IReportServerConnection
Fournit les informations de connexion au serveur de rapports en cas d'utilisation du contrôle de formulaires Web ReportViewer sans état de session.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
Public Interface IReportServerConnection
Inherits IReportServerCredentials
'Utilisation
Dim instance As IReportServerConnection
public interface IReportServerConnection : IReportServerCredentials
public interface class IReportServerConnection : IReportServerCredentials
public interface IReportServerConnection extends IReportServerCredentials
public interface IReportServerConnection extends IReportServerCredentials
Remarques
Vous pouvez implémenter cette interface pour fournir les informations de connexion en cas d'utilisation du contrôle de formulaires Web ReportViewer sans état de session. L'utilisation de l'état de session du contrôle ReportViewer est configurée dans le fichier de paramètres Web.config.
Voir aussi
Référence
Membres IReportServerConnection
Espace de noms Microsoft.Reporting.WebForms