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

In This Topic
    RowsCanSplit Property
    In This Topic
    Gets or sets a value indicating whether table rows can split between pages (you can override this value for individual rows using TableVector.CanSplit property). The default is false.
    Syntax
    'Declaration
     
    Public Property RowsCanSplit As Boolean
    public bool RowsCanSplit {get; set;}
    See Also