PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TableFooterEnum Enumeration

In This Topic
    TableFooterEnum Enumeration
    In This Topic
    Flags specifying how a table footer is repeated in a RenderTable. This is the type of TableVectorGroup.Footer.
    Syntax
    'Declaration
     
    Public Enum TableFooterEnum 
       Inherits System.Enum
    public enum TableFooterEnum : System.Enum 
    Members
    MemberDescription
    AllThe 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.
    ColumnThe 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.
    NoneThe footer is printed once at the end of the table.
    PageThe 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.TableFooterEnum

    See Also