Share via


IReportServerCredentials.ImpersonationUser Property

 

Specifies the user to impersonate when connecting to a report server.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

WindowsIdentity ImpersonationUser { get; }
property WindowsIdentity^ ImpersonationUser {
    WindowsIdentity^ get();
}
abstract ImpersonationUser : WindowsIdentity with get
ReadOnly Property ImpersonationUser As WindowsIdentity

Property Value

Type: System.Security.Principal.WindowsIdentity

A WindowsIdentity object representing the user to impersonate.

See Also

IReportServerCredentials Interface
Microsoft.Reporting.WinForms Namespace

Return to top