ActiveReports Developer 7
PageHeader Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReport Interface : PageHeader Property

Glossary Item Box

Returns a reference to the page header section of the report.

Syntax

Visual Basic (Declaration) 
ReadOnly Property PageHeader As IPageSection
C# 
IPageSection PageHeader {get;}

See Also