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

In This Topic
    Footer Property (ITableGroup)
    In This Topic
    Gets the footer section of this group.
    Syntax
    'Declaration
     
    ReadOnly Property Footer As ITableHeaderFooterRows
    ITableHeaderFooterRows Footer {get;}

    Property Value

    An instance of ITableHeaderFooterRows representing the footer section of this group.
    See Also