Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderSectionFragment Class / GetVertSplits Method

In This Topic
    GetVertSplits Method (RenderSectionFragment)
    In This Topic
    Override this method and return the vertical splits in the object relative to the top top edge of the content area.
    Syntax
    'Declaration
     
    Protected Overridable Sub GetVertSplits( _
       ByVal splits As List(Of Double) _
    ) 
    protected virtual void GetVertSplits( 
       List<double> splits
    )

    Parameters

    splits
    See Also