ReportSection.addFieldGroup(Int32, 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.
public:
virtual Dynamics::AX::Application::ReportFieldGroup ^ addFieldGroup(int _tableId, System::String ^ _name);
public virtual Dynamics.AX.Application.ReportFieldGroup addFieldGroup (int _tableId, string _name);
abstract member addFieldGroup : int * string -> Dynamics.AX.Application.ReportFieldGroup
override this.addFieldGroup : int * string -> Dynamics.AX.Application.ReportFieldGroup
Public Overridable Function addFieldGroup (_tableId As Integer, _name As String) As ReportFieldGroup
Parameters
- _tableId
- Int32
- _name
- String