Proprietà IReportServerCredentials.ImpersonationUser
Specifica l'utente da rappresentare per la connessione a un server di rapporti.
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.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 WindowsIdentity che specifica l'utente da rappresentare.