Skip to main content

WebDocumentViewerModel.AllowURLsWithJSContent Property

SECURITY NOTE

Setting this property to true may introduce security-related issues because report scripts are not secure. Review the following topic to learn how to protect websites from cross-site scripting (XSS) attacks: Scripts Security.

Specifies whether the execution of the JavaScript code placed in URLs is allowed.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v25.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public bool AllowURLsWithJSContent { get; set; }

Property Value

Type Description
Boolean

true to allow the execution of the JavaScript code placed in URLs; otherwise, false.

See Also