Condividi tramite


Proprietà ServerReport.ReportServerCredentials

Recupera o imposta le credenziali da utilizzare con il server di rapporti.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public Property ReportServerCredentials As IReportServerCredentials
[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)

Valore proprietà

Tipo: Microsoft.Reporting.WebForms.IReportServerCredentials
Oggetto ReportServerCredentials contenente le credenziali da utilizzare con il server di rapporti.

Esempi

Per ulteriori informazioni e un codice di esempio, vedere ReportServerCredentials.

Vedere anche

Riferimenti

ServerReport Classe

Spazio dei nomi Microsoft.Reporting.WebForms