次の方法で共有


LocalReport.EnableHyperlinks プロパティ

Indicates whether the report can be rendered if it contains hyperlink actions.

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

構文

'宣言
'使用

プロパティ値

A Boolean value. A value of true indicates that the report can be rendered if it contains hyperlink actions. 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 hyperlinks are not allowed to execute by default. Setting this property to true will enable local reports with hyperlinks to execute. This can be a security risk. You should not enable this property on non-trusted reports.

参照

リファレンス

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