ReportSection.addControl Method

Adds a report control to a report section.

Syntax

public ReportControl addControl(
    TableId tableId, 
    FieldId fieldId, 
   [int arrayIndex])

Run On

Called

Parameters

  • 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.

See Also

ReportSection Class

ReportSection.addDisplayControl Method