Gets or sets the footer object that is output at the bottom of each report page.
| Visual Basic (Declaration) | |
|---|---|
Public Property PageFooter As PageHeaderFooter | |
| C# | |
|---|---|
public PageHeaderFooter PageFooter {get; set;} | |
Return Value
A PageHeaderFooter object containing the footer that is output at the bottom of each report page.