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

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

    Parameters

    owner
    Page object containing this object.
    See Also