Back to Devexpress

ReportDesignerSettings.DisableHttpHandlerValidation Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-reportdesignersettings-67115937.md

latest1.4 KB
Original Source

ReportDesignerSettings.DisableHttpHandlerValidation Property

Specifies whether to disable the HttpHandler validation.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool DisableHttpHandlerValidation { get; set; }
vb
Public Property DisableHttpHandlerValidation As Boolean

Property Value

TypeDescription
Boolean

true , to disable the validation; otherwise, false.

|

Remarks

See Registering ASPxHttpHandlerModule for Reporting Controls for more information.

See Also

ReportDesignerSettings Class

ReportDesignerSettings Members

DevExpress.Web.Mvc Namespace