ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableHeaderFooterRows Interface / PrintAtBottom Property

In This Topic
    PrintAtBottom Property (ITableHeaderFooterRows)
    In This Topic
    Gets a value indicating whether these rows should be printed at the bottom of the page.
    Syntax
    'Declaration
     
    ReadOnly Property PrintAtBottom As Boolean
    bool PrintAtBottom {get;}

    Property Value

    A System.Boolean value. true if the rows should be printed at the bottom of the page; otherwise, false.
    See Also