Proprietà IReportServerCredentials.ImpersonationUser
Recupera o imposta l'oggetto System.Security.Principal.WindowsIdentity dell'utente da rappresentare quando il controllo ReportViewer si connette a un server di rapporti.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
ReadOnly Property ImpersonationUser As WindowsIdentity
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Security.Principal.WindowsIdentity
Oggetto System.Security.Principal.WindowsIdentity che specifica l'utente da rappresentare.