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.
Finds a control in the section, based on the control’s table and dataField properties.
Syntax
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.
Remarks
If the table ID is not supplied, the table property from the section’s parent section group is used.