ActiveReports Developer 7
InsertPageHF() Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class : InsertPageHF() Method

Glossary Item Box

Inserts a page header and a page matching footer into the SectionCollection with the default names PageHeader1, PageFooter1; where 1 is an order number.

Syntax

Visual Basic (Declaration) 
Public Sub InsertPageHF() 
C# 
public void InsertPageHF()

See Also