ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / PageBreak Class / PageBreak Constructor
Value of BreakLocation property.

In This Topic
    PageBreak Constructor
    In This Topic
    Initializes a new instance of the PageBreak class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal breakLocation As BreakLocation _
    )
    public PageBreak( 
       BreakLocation breakLocation
    )

    Parameters

    breakLocation
    Value of BreakLocation property.
    See Also