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

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

Syntax

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

Return Value

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

See Also