ReportSection.addIntegerControl(Int32, Int32) Method

Definition

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

Parameters

_tableId
Int32
_fieldId
Int32

Returns

Applies to