Returns the height of the section after the CanGrow and CanShrink properties have been applied to the section.

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

Syntax

C#
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public double RenderHeight { get; }
Visual Basic
<DefaultValueAttribute()> _
<BrowsableAttribute(False)> _
Public ReadOnly Property RenderHeight As Double
	Get

Remarks

When a section grows or shrinks, its Height property does not change.

If you need to retrieve the actual height that will be used for rendering the section (for example, while handling the OnPrint event), use the RenderHeight property instead.

The default value for this property is 0.

See Also