ReportSection.addInt64Control(Int32, Int32) Method

Definition

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

Parameters

_tableId
Int32
_fieldId
Int32

Returns

Applies to