Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderFragment Class / SplitHorzContent Method
The created fragment describing part of object before contentSplitPos.
SplitParams object defining the paramters of splitting.

In This Topic
    SplitHorzContent Method (RenderFragment)
    In This Topic
    Splits content of object by horizontally, by default this procedure split object as image.
    Syntax
    'Declaration
     
    Protected Overridable Sub SplitHorzContent( _
       ByVal newFragment As RenderFragment, _
       ByVal p As SplitParams _
    ) 
    protected virtual void SplitHorzContent( 
       RenderFragment newFragment,
       SplitParams p
    )

    Parameters

    newFragment
    The created fragment describing part of object before contentSplitPos.
    p
    SplitParams object defining the paramters of splitting.
    See Also