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
一个包含用户 ID 的字符串。

请参阅

参考

DataSourceCredentials 类

Microsoft.Reporting.WebForms 命名空间