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

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