Share via


TaxReportDomesticExportWriter_IT.doWrite Method [AX 2012]

Override this method with the logic of writing string values to the actual output destination (file or string for example).

Syntax

protected abstract void doWrite(str _value)

Run On

Called

Parameters

  • _value
    Type: str
    Value to write to the output destination.

See Also

Reference

TaxReportDomesticExportWriter_IT Class