ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / Height Property

In This Topic
    Height Property (ReportViewer)
    In This Topic
    Gets or sets the height of the Viewer component.
    Syntax
    'Declaration
     
    Public Property Height As String
    public string Height {get; set;}

    Property Value

    A System.String representing the height of the Viewer. Accepts CSS units such as "px", "%", "em", etc.
    Remarks
    The default value is "100%".
    See Also