DataSourceCredentials.UserId 속성

데이터 소스에서 보고서 서버에 연결하기 위해 사용할 사용자 ID를 가져오거나 설정합니다.

네임스페이스:  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를 포함하는 string

참고 항목

참조

DataSourceCredentials 클래스

Microsoft.Reporting.WebForms 네임스페이스