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

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

    Parameters

    owner
    Page object containing this object.
    See Also