다음을 통해 공유


IReportServerCredentials.ImpersonationUser 속성

ReportViewer 컨트롤이 보고서 서버에 연결할 때 가장할 사용자의 System.Security.Principal.WindowsIdentity를 가져오거나 설정합니다.

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
ReadOnly Property ImpersonationUser As WindowsIdentity
    Get
‘사용 방법
Dim instance As IReportServerCredentials
Dim value As WindowsIdentity

value = instance.ImpersonationUser
WindowsIdentity ImpersonationUser { get; }
property WindowsIdentity^ ImpersonationUser {
    WindowsIdentity^ get ();
}
abstract ImpersonationUser : WindowsIdentity
function get ImpersonationUser () : WindowsIdentity

속성 값

유형: System.Security.Principal.WindowsIdentity
가장할 사용자를 나타내는 System.Security.Principal.WindowsIdentity 개체

참고 항목

참조

IReportServerCredentials 인터페이스

Microsoft.Reporting.WebForms 네임스페이스