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

ReportViewer.Height Property

Gets or sets the height of the ReportViewer.

Namespace: DevExpress.XtraReports.Web

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

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