C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableHeaderEnum Enumeration

TableHeaderEnum Enumeration
Flags specifying how a table header is repeated in a RenderTable. This is the type of TableVectorGroup.Header.
Syntax
'Declaration
 
Public Enum TableHeaderEnum 
   Inherits System.Enum
 
Members
MemberDescription
AllThe header is repeated at the top of all pages. If there are multiple columns per page, the header is repeated at the top of each column.
ColumnThe header is repeated only if there are multiple columns per page, at the top of each column except the first on the page. If there is only one column, the header is not printed at all.
NoneThe header is printed once at the top of the table.
PageThe header is repeated at the top of each page. If there are multiple columns per page, the header is repeated only at the top of the first column on the page.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.TableHeaderEnum

See Also