Gets the group of rows or columns which has the PageHeader property set to true.

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

Syntax

C#
public TableVectorGroup GetPageHeader()
Visual Basic
Public Function GetPageHeader As TableVectorGroup

Return Value

The TableVectorGroup which is a table header repeated on each page, or null if such group does not exist.

See Also