ActiveReports Developer 7
Footer Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITable Interface : Footer Property

Glossary Item Box

Gets the table's footer.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Footer As ITableHeaderFooterRows
C# 
ITableHeaderFooterRows Footer {get;}

See Also