次の方法で共有


IReportServerCredentials.ImpersonationUser プロパティ

レポート サーバーへの接続時に権限を借用するユーザーを指定します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

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

プロパティ値

型 : WindowsIdentity
借用するユーザーを表す WindowsIdentity オブジェクト。

参照

関連項目

IReportServerCredentials インターフェイス

Microsoft.Reporting.WinForms 名前空間