Skip to main content

ReportDesignerSettings.DisableHttpHandlerValidation Property

Specifies whether to disable the HttpHandler validation.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool DisableHttpHandlerValidation { get; set; }

Property Value

Type Description
Boolean

true, to disable the validation; otherwise, false.

Remarks

See Registering ASPxHttpHandlerModule for Reporting Controls for more information.

See Also