ComponentOne FlexReport for WinForms
PageFooter Property (SectionCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > SectionCollection Class : PageFooter Property
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

Reference

SectionCollection Class
SectionCollection Members