Back to Devexpress

ClientControlContentBuilderBase<TSettings, TImpl>.Height(String) Method

xtrareports-devexpress-dot-aspnetcore-dot-reporting-dot-clientcontrolcontentbuilderbase-2-dot-height-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

ClientControlContentBuilderBase<TSettings, TImpl>.Height(String) Method

Specifies the height of the reporting component on the page.

Namespace : DevExpress.AspNetCore.Reporting

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

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public TImpl Height(
    string height
)
vb
Public Function Height(
    height As String
) As TImpl

Parameters

NameTypeDescription
heightString

A height of the element in CSS notation.

|

Returns

TypeDescription
TImpl

A builder instance that can be used to further configure the reporting component.

|

See Also

ClientControlContentBuilderBase<TSettings, TImpl> Class

ClientControlContentBuilderBase<TSettings, TImpl> Members

DevExpress.AspNetCore.Reporting Namespace