ActiveReports 9
InsertGroupHF(String,String) Method

Specifies the name of the Group Header section.
Specifies the name of the Page Footer section.
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 System.String, _
   ByVal grFooterName As System.String _
) 
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.
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

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum