Returns a reference to the report header section.

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

Syntax

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

Remarks

This property is equivalent to this[SectionTypeEnum.Header]

See Also