Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVectorGroup Class / SplitBehavior Property

In This Topic
    SplitBehavior Property (TableVectorGroup)
    In This Topic
    Gets or sets a value determining how the current group is treated when it is too high (if it is a group of rows) or too wide (if it is a group of columns) to fit in the vertical or horizontal space available on the current page.

    The default value is SplitBehaviorEnum.SplitIfNeeded.

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