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

grHeaderName
Specifies the name of the Group Header section.
grFooterName
Specifies the name of the Page Footer section.

Glossary Item Box

Inserts a group header and a matching group footer into the SectionCollection with the names, specified in the corresponding grHeaderName and grFooterName parameters.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub InsertGroupHF( _
   ByVal grHeaderName As System.String, _
   ByVal grFooterName As System.String _
) 
C# 
public void InsertGroupHF( 
   System.string grHeaderName,
   System.string grFooterName
)

Parameters

grHeaderName
Specifies the name of the Group Header section.
grFooterName
Specifies the name of the Page Footer section.

See Also