IReportServerCredentials.ImpersonationUser Propiedad

Obtiene o establece el objeto System.Security.Principal.WindowsIdentity del usuario que se suplantará cuando el control ReportViewer se conecte con un servidor de informes.

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

Sintaxis

'Declaración
ReadOnly Property ImpersonationUser As WindowsIdentity
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Security.Principal.WindowsIdentity
Un objeto System.Security.Principal.WindowsIdentity que representa al usuario que se va a suplantar.

Vea también

Referencia

IReportServerCredentials Interfaz

Espacio de nombres Microsoft.Reporting.WebForms