Propriété ServerReport.ReportServerCredentials
Obtient ou définit les informations d'identification à utiliser avec le serveur de rapports.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public Property ReportServerCredentials As IReportServerCredentials
Get
Set
'Utilisation
Dim instance As ServerReport
Dim value As IReportServerCredentials
value = instance.ReportServerCredentials
instance.ReportServerCredentials = value
[BrowsableAttribute(false)]
public IReportServerCredentials ReportServerCredentials { get; set; }
[BrowsableAttribute(false)]
public:
property IReportServerCredentials^ ReportServerCredentials {
IReportServerCredentials^ get ();
void set (IReportServerCredentials^ value);
}
[<BrowsableAttribute(false)>]
member ReportServerCredentials : IReportServerCredentials with get, set
function get ReportServerCredentials () : IReportServerCredentials
function set ReportServerCredentials (value : IReportServerCredentials)
Valeur de propriété
Type : Microsoft.Reporting.WebForms.IReportServerCredentials
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.