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

In This Topic
    CanSplit Property (TableVectorGroup)
    In This Topic
    Gets or sets a value indicating whether the current group can split between pages. The default is true.
    Syntax
    'Declaration
     
    Public Property CanSplit As Boolean
    public bool CanSplit {get; set;}
    See Also