IntrastatReporting.getReportOverflowDescription Method [AX 2012]
Constructs a single string from multiple field values, so that the string can be used as overflow text in the SSRS report.
public Description255 getReportOverflowDescription(IntrastatReportLines _intrastatReportLines, container _fields)
Run On
CalledParameters
- _intrastatReportLines
- Type: IntrastatReportLines Table
An IntrastatReportLines buffer that contains the values to use to construct the overflow description.
- _fields
- Type: container
A container of field IDs to use to construct the overflow description.
Return Value
Type: Description255 Extended Data TypeA single string that contains the field and values pairs.
Community Additions
ADD
Show: