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

DocumentViewerViewerStyles.Height Property

Specifies the height of the report viewer within the Document Viewer.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit Height { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure.

See Also