Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Indicates whether the report can be rendered if it has external images.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Sintassi
Valore proprietà
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.
Osservazioni
If this property is set to false, then attempting to render a report that has external images will result in a ReportSecurityException.
Importante |
|---|
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. |
Vedere anche
Riferimento
Classe LocalReport
Membri LocalReport
Spazio dei nomi Microsoft.Reporting.WebForms
Importante