ReportRun.executeControlColumnHeadings Method [AX 2012]

Executes the column headings of a programmable section.

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.

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.

Community Additions

ADD
Show: