Share via


ReportDesign.addSectionGroup Method

Definition

Overloads

addSectionGroup(Int32)

Adds a section group to a design.

addSectionGroup(Int32, Int32)

addSectionGroup(Int32)

Adds a section group to a design.

public:
 virtual Dynamics::AX::Application::ReportSectionGroup ^ addSectionGroup(int num1);
public virtual Dynamics.AX.Application.ReportSectionGroup addSectionGroup (int num1);
abstract member addSectionGroup : int -> Dynamics.AX.Application.ReportSectionGroup
override this.addSectionGroup : int -> Dynamics.AX.Application.ReportSectionGroup
Public Overridable Function addSectionGroup (num1 As Integer) As ReportSectionGroup

Parameters

num1
Int32

Returns

The section group that is created.

Remarks

This method creates a generated design (if it does not already exist).

Applies to

addSectionGroup(Int32, Int32)

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

Parameters

_tableId
Int32

The dataField property of the section group; optional.

_fieldId
Int32

The dataField property of the section group; optional.

Returns

Applies to