ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Section Class / RenderHeight Property

In This Topic
    RenderHeight Property (Section)
    In This Topic
    Returns the height of the section after the CanGrow and CanShrink properties have been applied to the section.
    Syntax
    'Declaration
     
    Public ReadOnly Property RenderHeight As System.Double
    public System.double RenderHeight {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.

    See Also