ActiveReports 6 Online Help
InsertGroupHF(String,String) Method

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
grFooterName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SectionCollection Class
SectionCollection Members
Overload List

Send Feedback