DataSourceCredentials.UserId 屬性

 

發佈時間: 2016年4月

取得或設定資料來源用來連接到報表伺服器的使用者識別。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

public string UserId { get; set; }
public:
property String^ UserId {
    String^ get();
    void set(String^ value);
}
member UserId : string with get, set
Public Property UserId As String

屬性值

Type: System.String

包含使用者識別碼的 string

請參閱

DataSourceCredentials 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首