ReportDesign.addSectionGroup Method [AX 2012]

Adds a section group to a design.

public ReportSectionGroup addSectionGroup(TableId tableId, [FieldId fieldId])

Run On

Called

Parameters

tableId
Type: TableId Extended Data Type
The table property of the section group.
fieldId
Type: FieldId Extended Data Type
The dataField property of the section group; optional.

Return Value

Type: ReportSectionGroup Class
The section group that is created.

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

Community Additions

ADD
Show: