ActiveReports Developer 7
PageHeader Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : PageHeader Property

Glossary Item Box

Gets or sets the header object that is output at the top of each report page.

Syntax

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

Property Value

PageHeaderFooter object containing the header that is output at the top of each report page.

See Also