Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Page Class / Page Constructor
C1RdlReport object containing this object.

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

    Parameters

    owner
    C1RdlReport object containing this object.
    See Also