Skip to main content
All docs
V25.1
  • DxDocumentViewerBase.Height Property

    Gets or sets the Document Viewer’s height on a page.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.Common.dll

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

    Declaration

    [Parameter]
    public override string Height { get; set; }

    Property Value

    Type Description
    String

    A string that specifies the control’s height on a page. The default value is ‘700px’.

    See Also