ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / LayoutChangeNewPage Class / LayoutChangeNewPage Constructor / LayoutChangeNewPage Constructor(PageLayout)
The PageLayout to assign to the PageLayout property of the current instance.

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

    Parameters

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