ReportDesign.controlName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds a control in the generated design, 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, expressed as a string.
Returns
The control that is found.