Share via


ReportRun.header Method

Controls the header.

Syntax

public void header(
    ReportSection headerSection, 
    TableId tableId, 
    FieldId fieldId)

Run On

Called

Parameters

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.

See Also

ReportRun Class

ReportRun.footer Method