DataSourceCredentials.UserId 屬性
取得或設定資料來源用來連接到報表伺服器的使用者識別。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public Property UserId As String
Get
Set
'用途
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);
}
member UserId : string with get, set
function get UserId () : String
function set UserId (value : String)
屬性值
型別:System.String
包含使用者識別碼的字串。