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

Glossary Item Box

Inserts a group header and a matching group footer into the SectionCollection with the default names GroupHeader1,GroupFooter1; where 1 is an order number.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub InsertGroupHF() 
C# 
public void InsertGroupHF()

See Also