[]
        
(Showing Draft Content)

C1.C1Preview.TableFooterEnum

TableFooterEnum Enum

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

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
[Flags]
public enum TableFooterEnum

Fields

Name Description
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.

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.

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.