Partager via


DataSourceCredentials.Password, propriété

Obtient ou définit le mot de passe à utiliser par la source de données pour la connexion au serveur de rapports.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Property Password As String
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)

Valeur de propriété

Type : String
Chaîne qui contient le mot de passe.

Voir aussi

Référence

DataSourceCredentials Classe

Microsoft.Reporting.WebForms, espace de noms