ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableGroup Class / Footer Property

In This Topic
    Footer Property (TableGroup)
    In This Topic

    Gets or sets the group footer row for the table.

    Syntax
    'Declaration
     
    Public Property Footer As Footer
    public Footer Footer {get; set;}

    Property Value

    A HeaderFooter object containing the group footer row.

    See Also