LocalReport.ExecuteReportInSandboxAppDomain メソッド ()
注: この API は、互換性のために残されています。
原因は拡張機能と権限の制限により、アプリケーション ドメインで実行する式を処理します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
[ObsoleteAttribute("This method requires Code Access Security policy, which is deprecated. For more information please go to https://go.microsoft.com/fwlink/?LinkId=160787.")]
public void ExecuteReportInSandboxAppDomain()
public:
[ObsoleteAttribute("This method requires Code Access Security policy, which is deprecated. For more information please go to https://go.microsoft.com/fwlink/?LinkId=160787.")]
void ExecuteReportInSandboxAppDomain()
[<ObsoleteAttribute("This method requires Code Access Security policy, which is deprecated. For more information please go to https://go.microsoft.com/fwlink/?LinkId=160787.")>]
member ExecuteReportInSandboxAppDomain : unit -> unit
<ObsoleteAttribute("This method requires Code Access Security policy, which is deprecated. For more information please go to https://go.microsoft.com/fwlink/?LinkId=160787.")>
Public Sub ExecuteReportInSandboxAppDomain
備考
重要
このメソッドは非推奨 .NET Framework 4 コード アクセス セキュリティ (CAS) 機能に依存しているためには使用されなくなりましたで .NET Framework 4 です。 代わりに、ReportViewer コントロールは、サンド ボックス アプリケーション ドメインで常に実行されます。 サンド ボックス アプリケーション ドメインの基本アクセス許可を設定するには使用 SetBasePermissionsForSandboxAppDomainします。 完全に信頼された処理拡張機能を許可するには、使用 AddFullTrustModuleInSandboxAppDomainします。
使用すると .NET Framework 4 では、このメソッドも何も起こりません使用しない限り、ASP.NET アプリケーションの Web.config ファイルでします。 このシナリオは、該当するは、サンド ボックス アプリケーション ドメインと現在のアプリケーション ドメイン モードを切り替える場合はのみです。
詳細については、次を参照してください。 コード アクセス セキュリティ ポリシーの互換性と移行します。
別の既定のアプリケーション ドメイン モードは、次の表を参照してください .NET Framework バージョンです。
.NET Framework バージョン |
Legacysecuritypolicy が有効ですか。 |
既定のアプリケーション ドメイン |
使用可能なアプリケーション ドメイン モード |
4 |
(既定値はありません) |
サンド ボックス化されました。 |
サンド ボックス化されました。 |
4 |
はい |
現在 |
サンド ボックスおよび現在 |
3.5 |
N/A |
現在 |
サンド ボックスおよび現在 |
このモードは、信頼されていない処理拡張機能を使用して安全に実行するレポートを信頼されていないために設計されています。
このモードは、パフォーマンスに悪影響を及ぼす影響を与えます。
関連項目
LocalReport クラス
Microsoft.Reporting.WinForms 名前空間
トップに戻る