Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / Section Class / Height Property

In This Topic
    Height Property (Section)
    In This Topic
    Gets or sets the Section height, in twips.
    Syntax
    'Declaration
     
    Public Property Height As Double
    public double Height {get; set;}
    Remarks

    The height of a section should be large enough to accommodate all fields in the section.

    The Report Designer automatically adjusts section heights when fields are added, moved, or resized.

    See Also