ComponentOne Reports for WPF
C1.C1Report Namespace / SectionCollection Class / PageFooter Property

In This Topic
    PageFooter Property (SectionCollection)
    In This Topic
    Returns a reference to the page footer section of the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageFooter As Section
    public Section PageFooter {get;}
    Remarks
    This property is equivalent to this[SectionTypeEnum.PageFooter].
    See Also