ActiveReports Developer 7
HeaderFooter Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : HeaderFooter Class

Glossary Item Box

Defines the header or footer rows for a table or group.

Object Model

HeaderFooter Class

Syntax

Visual Basic (Declaration) 
Public Class HeaderFooter 
   Inherits ReportComponent
   Implements IReportComponentIReportComponentContainer 
C# 
public class HeaderFooter : ReportComponent, IReportComponentIReportComponentContainer  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.HeaderFooter
               GrapeCity.ActiveReports.PageReportModel.Footer
               GrapeCity.ActiveReports.PageReportModel.Header

See Also