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 report control to a report section.
Syntax
public ReportControl addControl(
TableId tableId,
FieldId fieldId,
[int arrayIndex])
Run On
Called
Parameters
- tableId
Type: TableId Extended Data Type
The table ID.
- fieldId
Type: FieldId Extended Data Type
The field ID.
- arrayIndex
Type: int
Return Value
Type: ReportControl Class
The report control that is created.
Remarks
This method adds the specified type of control, such as string, enumeration, integer, real, or date, depending on the type of the field that is specified by the arguments.