FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / Section Class / CalculateSize Method

In This Topic
    CalculateSize Method (Section)
    In This Topic
    Calculates section's size. Note! This method does not execute OnFormat script and does not fire StartSection event and intended to be used from VB scripts to update RenderHeight property.
    Syntax
    'Declaration
     
    Public Sub CalculateSize() 
    public void CalculateSize()
    See Also