Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVector Class / PageBreakBehavior Property

In This Topic
    PageBreakBehavior Property (TableVector)
    In This Topic
    Gets or sets a value determining how page breaks are inserted before the current vector (regular, horizontal page breaks if the vector is a TableRow, vertical page breaks if the vector is a TableCol).
    Syntax
    'Declaration
     
    Public Property PageBreakBehavior As PageBreakBehaviorEnum
    public PageBreakBehaviorEnum PageBreakBehavior {get; set;}
    See Also