Skip to main content

ReportDesignerBuilder.Height(String) Method

Sets a specified height for the Web Report Designer‘s element on the page.

Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerBuilder Height(
    string height
)

Parameters

Name Type Description
height String

A height for the Report Designer element.

Returns

Type Description
ReportDesignerBuilder

A ReportDesignerBuilder that can be used to further configure the Report Designer.

Remarks

Pass a parameter value in a CSS notation. For example: ‘1000px’.

See Also