ASPxReportDesigner.ShouldClearReportScripts Property
SECURITY NOTE
Saving report scripts that can be received from the client may introduce security-related issues because report scripts are not secure. We recommend that you enable script cleaning to avoid possible risks.
Review the following help topic for information on how to mitigate risks related to report scripts: Scripts Security
Specifies whether to remove script code from report definition files when saving them in the Web Report Designer.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to clear report scripts; otherwise, false. |
See Also