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

WebDocumentViewerModel.AllowURLsWithJSContent Property

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public bool AllowURLsWithJSContent { get; set; }

Property Value

Type Description
Boolean

true, if the JavaScript code can be inserted in URLs; otherwise, false.

See Also