ActiveReports Developer 7
Footer Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Table Class : Footer Property

Glossary Item Box

Gets or sets the table footer rows.

Syntax

Visual Basic (Declaration) 
Public Property Footer As Footer
C# 
public Footer Footer {get; set;}

Property Value

A HeaderFooter object containing the table footer rows.

See Also