ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / Footer Property

In This Topic
    Footer Property (Table)
    In This Topic

    Gets or sets the table footer rows.

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

    Property Value

    A HeaderFooter object containing the table footer rows.

    See Also