ActiveReports 13
ValidateRequestMode Property

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : ValidateRequestMode Property
Gets or sets a value that indicates whether the control checks client input from the browser for potentially dangerous values.
Syntax
'Declaration
 
Public Overridable Property ValidateRequestMode As ValidateRequestMode
public virtual ValidateRequestMode ValidateRequestMode {get; set;}

Property Value

A value that determines whether the control checks client input. Values can include System.Web.UI.ValidateRequestMode.Disabled, System.Web.UI.ValidateRequestMode.Enabled, and System.Web.UI.ValidateRequestMode.Inherit. The default is System.Web.UI.ValidateRequestMode.Inherit, which means that the control gets the value from its parent.
See Also

Reference

WebViewer Class
WebViewer Members