ReportSection.controlName Method

Finds a control in a section, based on the control's Name property.

Syntax

public ReportControl controlName(str name)

Run On

Called

Parameters

  • name
    Type: str
    The Name property of the control.

Return Value

Type: ReportControl Class
The control that is found.

See Also

ReportSection Class

ReportSection.control Method

ReportDesign.controlName Method