Class ReportHeaderSection
Represents a report header section. Report header is displayed at the beginning of a report, but after the first PageHeaderSection if any.
Inheritance
System.Object
ReportHeaderSection
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class ReportHeaderSection : ReportSection, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable
Remarks
If you do not want a PageHeaderSection displayed on the first page set the PrintOnFirstPage property to false.
Constructors
ReportHeaderSection()
Declaration
public ReportHeaderSection()