Skip to main content
All docs
V23.2

ASPxWebDocumentViewer.Nonce Property

Specifies the nonce value.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("")]
public string Nonce { get; set; }

Property Value

Type Default Description
String String.Empty

A String that specifies the nonce value.

See Also