ActiveReports Developer 7
PageFooter Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReport Interface : PageFooter Property

Glossary Item Box

Returns a reference to the page footer section of the report.

Syntax

Visual Basic (Declaration) 
ReadOnly Property PageFooter As IPageSection
C# 
IPageSection PageFooter {get;}

See Also