Share via


IReportServerCredentials.ImpersonationUser (Propiedad)

Especifica el usuario que se suplantará al conectarse a un servidor de informes.

Espacio de nombres:  Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

'Declaración
ReadOnly Property ImpersonationUser As WindowsIdentity
WindowsIdentity ImpersonationUser { get; }
property WindowsIdentity^ ImpersonationUser {
    WindowsIdentity^ get ();
}
abstract ImpersonationUser : WindowsIdentity with get
function get ImpersonationUser () : WindowsIdentity

Valor de propiedad

Tipo: WindowsIdentity
Un objeto WindowsIdentity que representa el usuario que se suplantará.

Vea también

Referencia

IReportServerCredentials Interfaz

Microsoft.Reporting.WinForms (Espacio de nombres)