Partager via


LocalReport.EnableExternalImages, propriété

Indique si le rapport peut être rendu s'il contient des images externes.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Property EnableExternalImages As Boolean
public bool EnableExternalImages { get; set; }
public:
property bool EnableExternalImages {
    bool get ();
    void set (bool value);
}
member EnableExternalImages : bool with get, set
function get EnableExternalImages () : boolean
function set EnableExternalImages (value : boolean)

Valeur de propriété

Type : Boolean
Valeur Boolean.La valeur true indique que le rapport local peut être restitué s'il possède des images externes.La valeur par défaut est 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

LocalReport Classe

Microsoft.Reporting.WebForms, espace de noms