Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTable Class / RowsSplitBehavior Property

In This Topic
    RowsSplitBehavior Property
    In This Topic
    Gets or sets a value determining how a table row is treated when it is too high to fit in the vertical space available on the current page. (you can override this value for individual rows using TableVector.SplitBehavior property).

    The default is SplitBehaviorEnum.Never.

    Syntax
    'Declaration
     
    Public Property RowsSplitBehavior As SplitBehaviorEnum
    public SplitBehaviorEnum RowsSplitBehavior {get; set;}
    See Also