ReportSection.control Method [AX 2012]

Finds a control in the section, based on the control’s table and dataField properties.

public ReportControl control(FieldId fieldId, [TableId tableId])

Run On

Called

Parameters

fieldId
Type: FieldId Extended Data Type
The control's dataField property.
tableId
Type: TableId Extended Data Type
The control's table property; optional.

Return Value

Type: ReportControl Class
The report control that is found.

If the table ID is not supplied, the table property from the section’s parent section group is used.

Community Additions

ADD
Show: