Share via


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

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.

See Also

ReportRun Class

ReportRun.columnHeadings Method

ReportRun.executeControlColumnHeadings Method