Condividi tramite


Proprietà DataSourceCredentials.Password

Recupera o imposta la password che l'origine dati deve utilizzare per la connessione al server di rapporti.

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

Sintassi

'Dichiarazione
Public Property Password As String
    Get
    Set
'Utilizzo
Dim instance As DataSourceCredentials
Dim value As String

value = instance.Password

instance.Password = value
public string Password { get; set; }
public:
property String^ Password {
    String^ get ();
    void set (String^ value);
}
member Password : string with get, set
function get Password () : String
function set Password (value : String)

Valore proprietà

Tipo: System.String
Stringa contenente la password.

Vedere anche

Riferimento

DataSourceCredentials Classe

Spazio dei nomi Microsoft.Reporting.WebForms