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

WebDocumentViewerBuilder.Height(String) Method

Sets a specified height for the Web Document Viewer‘s element on the page.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

Assembly: DevExpress.AspNetCore.Reporting.v19.1.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerBuilder Height(
    string height
)

Parameters

Name Type Description
height String

A height for the Document Viewer element.

Returns

Type Description
WebDocumentViewerBuilder

A WebDocumentViewerBuilder that can be used to further configure the Document Viewer.

See Also