Propriété LocalReport.EnableExternalImages
Indicates whether the report can be rendered if it has external images.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
Valeur de propriété
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.
Notes
If this property is set to false, then attempting to render a report that has external images will result in a ReportSecurityException.
Important
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.
Voir aussi
Référence
Classe LocalReport
Membres LocalReport
Espace de noms Microsoft.Reporting.WebForms