Share via


TaxReportDomesticExport_IT.addSectionValues Method [AX 2012]

Aggregates report field values that are passed in as container.

Syntax

private void addSectionValues(
    Map _recordsMap, 
    container _sectionKey, 
    container _values)

Run On

Called

Parameters

  • _recordsMap
    Type: Map Class
    A map of aggregate values.
  • _sectionKey
    Type: container
    A key pair of [ report field ID, report field value ].
  • _values
    Type: container
    A container of pairs [ report field ID, report field value ] to aggregate.

See Also

Reference

TaxReportDomesticExport_IT Class