Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTable Class / HorzPageHeaderOnFirstPage Property

In This Topic
    HorzPageHeaderOnFirstPage Property
    In This Topic
    Gets or sets a value indicating whether a horizontal page header, if defined (see remarks), should be printed on the first of the pages spanned by the current table.
    Syntax
    'Declaration
     
    Public Property HorzPageHeaderOnFirstPage As Boolean
    public bool HorzPageHeaderOnFirstPage {get; set;}
    Remarks
    To define a horizontal page header, create a row group on the current table, and mark it as a page or column header, e.g. like this: RenderTable rt = new RenderTable(); rt.RowGroups[0, 2].Header = TableHeaderEnum.All;
    See Also