ReportDesign.controlName Method [AX 2012]

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

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.

Community Additions

ADD
Show: