Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the user identification to be used by the data source for connecting to the report server.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public Property UserId As String
'Usage
Dim instance As DataSourceCredentials
Dim value As String
value = instance.UserId
instance.UserId = value
public string UserId { get; set; }
public:
property String^ UserId {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_UserId ()
/** @property */
public void set_UserId (String value)
public function get UserId () : String
public function set UserId (value : String)
Property Value
A string containing the user ID.
See Also
Reference
DataSourceCredentials Class
DataSourceCredentials Members
Microsoft.Reporting.WinForms Namespace