Skip to main content

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.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public static bool ShouldClearReportScripts { get; set; }

Property Value

Type Description
Boolean

true to clear report scripts; otherwise, false.

See Also