Insert Group Header and Group Footer sections.
Syntax
ISReportFunctions.RpxInsertGroupHeaderAndFooter(report, groupHeaderName, groupFooterName, [groupHeader], [groupFooter])
Parameters
| Name | Type | Optional | ByRef | Description |
| report |
GrapeCity.ActiveReports.SectionReport |
|
|
The Report. |
| groupHeaderName |
String |
|
|
The Name for the new Group Header section. |
| groupFooterName |
String |
|
|
The Name for the new Group Footer section. |
| groupHeader |
GrapeCity.ActiveReports.SectionReportModel.Section |
Optional |
ByRef |
The newly created Group Header section
If omitted, a value of Nothing is assumed. |
| groupFooter |
GrapeCity.ActiveReports.SectionReportModel.Section |
Optional |
ByRef |
The newly created Group Footer section
If omitted, a value of Nothing is assumed. |
- Member of:
- ISReportFunctions
- Namespace:
- Intersoft.ISReports6
- Assembly:
- ISReports6, Version=6.0.3
- Target Framework:
- .NET 9.0