ReportRun.header Method [AX 2012]

Controls the header.

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.

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.

Community Additions

ADD
Show: