Returns a reference to the page header section of the report.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Section PageHeader { get; }
Visual Basic
Public ReadOnly Property PageHeader As Section
	Get

Remarks

This property is equivalent to this[SectionTypeEnum.PageHeader].

See Also