Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Rectangle Class / PageBreak Property

In This Topic
    PageBreak Property (Rectangle)
    In This Topic
    Gets the PageBreak object defining page break behavior for the current rectangle.

    Null (default) means no page break.

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