Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- 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.
Remarks
The data control shows the result when a display method returns a date.