Gets or sets the Section height, in twips.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute()]
public double Height { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property Height As Double
	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.

The default value for this property is 0.

See Also