[]
        
(Showing Draft Content)

C1.WPF.Report.Section.RenderHeight

RenderHeight Property

RenderHeight

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.

Declaration
public double RenderHeight { get; }