ReportSection.addDateDisplayControl Method [AX 2012]

Adds a date control to a report section.

public ReportDateControl addDateDisplayControl(str displayFunc, [TableId tableId])

Run On

Called

Parameters

displayFunc
Type: str
The name of the display method.
tableId
Type: TableId Extended Data Type
The name of the table on which the display method is declared; optional.

Return Value

Type: ReportDateControl Class
The date control that is created.

The data control shows the result when a display method returns a date.

Community Additions

ADD
Show: