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

Glossary Item Box

Gets or sets the group footer row for the table.

Syntax

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

Property Value

A HeaderFooter object containing the group footer row.

See Also