Share via


TaxReport770Writer_IT.write Method [AX 2012]

Writes the report line into the file.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void write(str _line)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void write(str _line)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void write(str _line)

  Microsoft Dynamics AX 2012 (FPK)
          protected void write(str _line)

  Microsoft Dynamics AX 2012 (SYS)
          protected void write(str _line)

Run On

Called

Parameters

  • _line
    Type: str
    Report line to write.

See Also

Reference

TaxReport770Writer_IT Class