Skip to main content

ReportViewer.Height Property

Gets or sets the height of the ReportViewer.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value representing the control’s height.

Remarks

Note that if the ReportViewer.AutoSize property is set to true, the Height property value is ignored.

See Also