Share via


ReportRun.executeControlColumnHeadings Method

Executes the column headings of a programmable section.

Syntax

public boolean executeControlColumnHeadings(int number)

Run On

Called

Parameters

  • number
    Type: int
    The controlNumber value of the programmable section.

Return Value

Type: boolean
true if any sections were printed; otherwise, false.

Remarks

This method is useful if you want to add columnHeading objects to a programmable section.If a programmable section causes a page break, the columnHeadings objects of the section are repeated. Under these circumstances this method not have to be called.

See Also

ReportRun Class

ReportRun.executeBodyColumnHeadings Method