Share via


IntrastatExportWriter_IT.doWrite Method [AX 2012]

Writes string values to the output destination.

Syntax

protected abstract void doWrite(str _value)

Run On

Called

Parameters

  • _value
    Type: str
    The value to write to the output destination.

Remarks

Override this method with the logic to write string values to the actual output destination.

See Also

Reference

IntrastatExportWriter_IT Class