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.

Syntax

public Description255 getReportOverflowDescription(IntrastatReportLines _intrastatReportLines, container _fields)

Run On

Called

Parameters

  • _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 Type
A single string that contains the field and values pairs.

See Also

Reference

IntrastatReporting Class