ReportSection.control 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.
Overloads
control(Int32) |
Finds a control in the section, based on the control"s table and dataField properties. |
control(Int32, Int32) |
control(Int32)
Finds a control in the section, based on the control"s table and dataField properties.
public:
virtual Dynamics::AX::Application::ReportControl ^ control(int num1);
public virtual Dynamics.AX.Application.ReportControl control (int num1);
abstract member control : int -> Dynamics.AX.Application.ReportControl
override this.control : int -> Dynamics.AX.Application.ReportControl
Public Overridable Function control (num1 As Integer) As ReportControl
Parameters
- num1
- Int32
Returns
The report control that is found.
Remarks
If the table ID is not supplied, the table property from the section"s parent section group is used.
Applies to
control(Int32, Int32)
public:
virtual Dynamics::AX::Application::ReportControl ^ control(int _fieldId, int _tableId);
public virtual Dynamics.AX.Application.ReportControl control (int _fieldId, int _tableId);
abstract member control : int * int -> Dynamics.AX.Application.ReportControl
override this.control : int * int -> Dynamics.AX.Application.ReportControl
Public Overridable Function control (_fieldId As Integer, _tableId As Integer) As ReportControl
Parameters
- _fieldId
- Int32
The control's table property; optional.
- _tableId
- Int32
The control's table property; optional.