FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Section Class / RenderHeight Property

In This Topic
    RenderHeight Property (Section)
    In This Topic
    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 Double
    public double RenderHeight {get;}
    See Also