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