ActiveReports Developer 7
PageHeader Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : PageHeader Class

Glossary Item Box

The PageHeader section prints once at the top of every page in the report. 

Object Model

PageHeader Class

Syntax

Visual Basic (Declaration) 
Public Class PageHeader 
   Inherits Section
C# 
public class PageHeader : Section 

Remarks

Bound controls are not supported in this section, or in the PageFooter section.  The data displayed in a bound control in one of these sections may not be in synch with the data displayed in other sections on the page.

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.SectionReportModel.Section
      GrapeCity.ActiveReports.SectionReportModel.PageHeader

See Also