Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls the header.
Syntax
public void header(
ReportSection headerSection,
TableId tableId,
FieldId fieldId)
Run On
Called
Parameters
- headerSection
Type: ReportSection Class
The header section.
- tableId
Type: TableId Extended Data Type
The ID of the table that contains the changed value.
- fieldId
Type: FieldId Extended Data Type
The ID of the field that contains the changed value.
Remarks
This method works just like the footer method, except it is called before a group of records, whereas the footer method is called after a group of records.