GrapeCity ActiveReports for .NET 16.0J
ValidateRequestMode プロパティ

GrapeCity.ActiveReports.Web 名前空間 > WebViewer クラス : ValidateRequestMode プロパティ
Gets or sets a value that indicates whether the control checks client input from the browser for potentially dangerous values.
シンタックス
'宣言
 
Public Overridable Property ValidateRequestMode As ValidateRequestMode
public virtual ValidateRequestMode ValidateRequestMode {get; set;}

プロパティ値

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.
参照

WebViewer クラス
WebViewer メンバ