ReportSection.addControl Method

Definition

Overloads

addControl(Int32, Int32)

Adds a report control to a report section.

addControl(Int32, Int32, Int32)

addControl(Int32, Int32)

Adds a report control to a report section.

public:
 virtual Dynamics::AX::Application::ReportControl ^ addControl(int num1, int num2);
public virtual Dynamics.AX.Application.ReportControl addControl (int num1, int num2);
abstract member addControl : int * int -> Dynamics.AX.Application.ReportControl
override this.addControl : int * int -> Dynamics.AX.Application.ReportControl
Public Overridable Function addControl (num1 As Integer, num2 As Integer) As ReportControl

Parameters

num1
Int32
num2
Int32

Returns

The report control that is created.

Remarks

This method adds the specified type of control, such as string, enumeration, integer, real, or date, depending on the type of the field that is specified by the arguments.

Applies to

addControl(Int32, Int32, Int32)

public:
 virtual Dynamics::AX::Application::ReportControl ^ addControl(int _tableId, int _fieldId, int _arrayIndex);
public virtual Dynamics.AX.Application.ReportControl addControl (int _tableId, int _fieldId, int _arrayIndex);
abstract member addControl : int * int * int -> Dynamics.AX.Application.ReportControl
override this.addControl : int * int * int -> Dynamics.AX.Application.ReportControl
Public Overridable Function addControl (_tableId As Integer, _fieldId As Integer, _arrayIndex As Integer) As ReportControl

Parameters

_tableId
Int32
_fieldId
Int32
_arrayIndex
Int32

Returns

Applies to