Propriété ServerReport.ReportServerCredentials
Obtient ou définit les informations d'identification à utiliser avec le serveur de rapports.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportServerCredentials As ReportServerCredentials
Get
'Utilisation
Dim instance As ServerReport
Dim value As ReportServerCredentials
value = instance.ReportServerCredentials
[BrowsableAttribute(false)]
public ReportServerCredentials ReportServerCredentials { get; }
[BrowsableAttribute(false)]
public:
property ReportServerCredentials^ ReportServerCredentials {
ReportServerCredentials^ get ();
}
[<BrowsableAttribute(false)>]
member ReportServerCredentials : ReportServerCredentials
function get ReportServerCredentials () : ReportServerCredentials
Valeur de propriété
Type : Microsoft.Reporting.WinForms.ReportServerCredentials
Objet ReportServerCredentials qui contient les informations d'identification à utiliser avec le serveur de rapports.
Exemples
Pour plus d'informations et un exemple de code, consultez ReportServerCredentials.