ActiveReports Developer 7
PageFooter Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : PageFooter Property

Glossary Item Box

Gets or sets the footer object that is output at the bottom of each report page.

Syntax

Visual Basic (Declaration) 
Public Property PageFooter As PageHeaderFooter
C# 
public PageHeaderFooter PageFooter {get; set;}

Property Value

PageHeaderFooter object containing the footer that is output at the bottom of each report page

See Also