Reporting

Represents a report header section. Report header is displayed at the beginning of a report, but after the first PageHeaderSection if any.

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

Syntax

C#
public class ReportHeaderSection : ReportSection
Visual Basic
Public Class ReportHeaderSection _
	Inherits ReportSection

Remarks

If you do not want a PageHeaderSection displayed on the first page set the PrintOnFirstPage property to false.

Inheritance Hierarchy

See Also