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.WinForms
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.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
string contenant l'ID d'utilisateur.