Flags specifying how a table footer is repeated in a RenderTable. This is the type of Footer.

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

Syntax

C#
[FlagsAttribute]
public enum TableFooterEnum
Visual Basic
<FlagsAttribute> _
Public Enumeration TableFooterEnum

Members

Member nameDescription
None The footer is printed once at the end of the table.
Page The footer is repeated at the bottom of each page. If there are multiple columns per page, the footer is repeated only at the bottom of the last column on the page.
Column The footer is repeated only if there are multiple columns per page, at the bottom of each column except the last on the page. If there is only one column, the footer is not printed at all.
All The footer is repeated at the bottom of all pages. If there are multiple columns per page, the footer is repeated at the bottom of each column.

See Also