[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionCollection.InsertGroupHF

InsertGroupHF Method

InsertGroupHF()

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

Declaration
public void InsertGroupHF()

InsertGroupHF(string, string)

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

Declaration
public void InsertGroupHF(string grHeaderName, string grFooterName)
Parameters
Type Name Description
string grHeaderName
string grFooterName