ComponentOne FlexReport for WinForms
RenderHeight Property (Section)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Section Class : RenderHeight Property
Gets the actual height of the current section. This is the sum of the heights of all its sub-sections. This property can only be used while the report is being rendered, otherwise it returns -1.

Note that if this property is used in the section's OnFormat script, then it returns the height calculated for the previous instance of the section, or -1 if this is the first calculation.

Syntax
'Declaration
 
Public ReadOnly Property RenderHeight As System.Double
public System.double RenderHeight {get;}
See Also

Reference

Section Class
Section Members