ReportRun.executeBodyColumnHeadings Method
Prints the column headings of a body section in a report.
Syntax
public boolean executeBodyColumnHeadings(TableId tableId, [FieldId fieldId])
Run On
Called
Parameters
- tableId
Type: TableId Extended Data Type
The tableID of the table property of a section group.
- fieldId
Type: FieldId Extended Data Type
The field ID of the DataField property of a section group; optional.
Return Value
Type: boolean
true if any column headings were printed; otherwise, false.
Remarks
This method is useful when a report should contain more column headings than those automatically printed in the report.