Condividi tramite


Proprietà ServerReport.ReportServerCredentials

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

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportServerCredentials As ReportServerCredentials
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.Reporting.WinForms.ReportServerCredentials
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

Riferimento

ServerReport Classe

Spazio dei nomi Microsoft.Reporting.WinForms