Create standard Report Header Controls.

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

Syntax

ISReportFunctions.RpxCreateReportPageHeaderControls(report, heading, [reportHeadingLabel], [printerSettings], [section], [overrideHeading])

Parameters

NameTypeOptionalByRefDescription
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
Member of:
ISReportFunctions
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0