<para> The following controls will be created in the PageHeader section: <list> <item>The Heading label (returned as reportHeadingLabel)</item> <item>Company and Date labels underneath Heading.</item> </list> </para> <para> If the Section is not high enough to accommodate the Header Controls then its height will automatically be increased. </para>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| report | GrapeCity.ActiveReports.SectionReport | The Active Reports Report. | ||
| heading | String | The Heading. | ||
| reportHeadingLabel | GrapeCity.ActiveReports.SectionReportModel.TextBox | Optional | ByRef | The Label control that contains the Report Heading (the Text property of this can be updated at any time). If omitted, a value of Nothing is assumed. |
| printerSettings | ISPrinterSettings | Optional | The Printer Settings to use. This is used to determine Heading and Detail Fonts to use. If omitted, a value of Nothing is assumed. | |
| section | GrapeCity.ActiveReports.SectionReportModel.Section | Optional | The Report Section to create the Controls in or Nothing to use the first Page Header section. If omitted, a value of Nothing is assumed. | |
| overrideHeading | String | Optional |