ReportSection.addDateDisplayControl Method

Adds a date control to a report section.

Syntax

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

Run On

Called

Parameters

  • displayFunc
    Type: str
    The name of the display method.

Return Value

Type: ReportDateControl Class
The date control that is created.

Remarks

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

See Also

ReportSection Class

ReportSection.addControl Method

ReportSection.addDisplayControl Method