ReportViewer.Height Property
Gets or sets the height of the ReportViewer.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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