ReportSection.controlName(String) Method

Definition

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

public:
 virtual Dynamics::AX::Application::ReportControl ^ controlName(System::String ^ _name);
public virtual Dynamics.AX.Application.ReportControl controlName (string _name);
abstract member controlName : string -> Dynamics.AX.Application.ReportControl
override this.controlName : string -> Dynamics.AX.Application.ReportControl
Public Overridable Function controlName (_name As String) As ReportControl

Parameters

_name
String

The Name property of the control.

Returns

The control that is found.

Applies to