Reporting

Represents a page header section. Page headers are displayed at the beginning of a page.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class PageHeaderSection : PageSection
Visual Basic
Public Class PageHeaderSection _
	Inherits PageSection

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

Inheritance Hierarchy

Version Information

Supported in: 1.0.1

See Also