DataSourceCredentials.UserId, propriété
Obtient ou définit l'identification de l'utilisateur à 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 UserId As String
public string UserId { get; set; }
public:
property String^ UserId {
String^ get ();
void set (String^ value);
}
member UserId : string with get, set
function get UserId () : String
function set UserId (value : String)
Valeur de propriété
Type : String
Chaîne qui contient l'identificateur de l'utilisateur.