Skip to main content

ReportViewer.Enabled Property

Overrides the Enabled property to hide it.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Description
Boolean

A Boolean value.

Remarks

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

See Also