Class PageFooterSection
Represents a page footer section. Page footers are displayed at the end of a page.
Inheritance
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class PageFooterSection : PageSection, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable
Remarks
Note:Page header/footer section of nested reports are ignored by the reporting engine (only the master report respects page sections). In order to have a header/footer that repeats on every page, you may consider using an unbound group (a group without any grouping criteria specified) and set its GroupHeader/FooterSection.PrintOnEveryPage = True