Share via


ReportDesign.controlName Method

Finds a control in the generated design, 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, expressed as a string.

Return Value

Type: ReportControl Class
The control that is found.

See Also

ReportDesign Class

ReportDesign.control Method

ReportSection.controlName Method