Skip to main content
A newer version of this page is available. .

ReportViewer.EncodeHtml Property

Overrides the ASPxWebControl.EncodeHtml property to hide it.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
public override bool EncodeHtml { get; set; }

Property Value

Type Description
Boolean

Always false.

Remarks

This property is overridden to hide the corresponding property of the ASPxWebControl class, because the EncodeHtml property isn’t appropriate for the ReportViewer class.

See Also