Partilhar via


Propriedade DataSourceCredentials.UserId

Gets or sets the user identification to be used by the data source for connecting to the report server.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String
A string containing the user ID.

Consulte também

Referência

DataSourceCredentials Classe

Namespace Microsoft.Reporting.WebForms