Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / LayoutChangeNoBreak Class / LayoutChangeNoBreak Constructor / LayoutChangeNoBreak Constructor(PageLayout)
The PageLayout to assign to the PageLayout property of the current instance.

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

    Parameters

    pageLayout
    The PageLayout to assign to the PageLayout property of the current instance.
    See Also