次の方法で共有


LocalReport.EnableExternalImages プロパティ

Indicates whether the report can be rendered if it has external images.

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

構文

'宣言
'使用

プロパティ値

A Boolean value. A value of true indicates that the local report can be rendered if it has external images. The default value is false.

解説

If this property is set to false, then attempting to render a report that has external images will throw a ReportSecurityException.

Note重要

Local reports that contain external images are not allowed to execute by default. Setting this property to true will enable local reports with external images to execute. This can be a security risk. You should not enable this property on non-trusted reports.

参照

リファレンス

LocalReport クラス
LocalReport メンバ
Microsoft.Reporting.WinForms 名前空間