Skip to main content
A newer version of this page is available. .

ASPxReportDesigner.ShouldClearReportScripts Property

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

Declaration

public static bool ShouldClearReportScripts { get; set; }

Property Value

Type Description
Boolean

true to clear report scripts; otherwise, false.

See Also