Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageLayout Class / PageLayout Constructor / PageLayout Constructor(C1PageSettings)
The page settings to use.

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

    Parameters

    pageSettings
    The page settings to use.
    See Also