'Declaration Public Enum TableFooterEnum Inherits System.Enum
public enum TableFooterEnum : System.Enum
'Declaration Public Enum TableFooterEnum Inherits System.Enum
public enum TableFooterEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.TableFooterEnum