ReportDesign.addSection Method [AX 2012]
Adds a report section to a design.
public ReportSection addSection(
ReportBlockType sectionType,
[TableId tableId,
FieldId fieldId])
Run On
CalledParameters
- sectionType
- Type: ReportBlockType Enumeration
The section type.
- tableId
- Type: TableId Extended Data Type
If the sectionType parameter is set to Header, Body, or Footer, the table property of the section group that the section belongs to; optional.
- fieldId
- Type: FieldId Extended Data Type
If the sectionType parameter is set to Header, Body, or Footer, the dataField property of the section group that the section belongs to; optional.
Community Additions
ADD
Show: