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

In This Topic
    Footer Property (Table)
    In This Topic
    Gets or sets a footer of a table.
    Syntax
    'Declaration
     
    Public Property Footer As Footer
    public Footer Footer {get; set;}

    Property Value

    A Footer object representing the footer of the table.
    Remarks
    The table must include at least one of the following: Details, Header, or Footer.
    See Also