ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionCollection Class / InsertGroupHF Method / InsertGroupHF(String,String) Method
Specifies the name of the Group Header section.
Specifies the name of the Page Footer section.

In This Topic
    InsertGroupHF(String,String) Method
    In This Topic
    Inserts a group header and a matching group footer into the SectionCollection with the names, specified in the corresponding grHeaderName and grFooterName parameters.
    Syntax
    'Declaration
     
    Public Overloads Sub InsertGroupHF( _
       ByVal grHeaderName As String, _
       ByVal grFooterName As String _
    ) 
    public void InsertGroupHF( 
       string grHeaderName,
       string grFooterName
    )

    Parameters

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