Share via


TaxReport770Writer_IT.writePosValue Method [AX 2012]

Inserts positional field into the report line.

Syntax

protected void writePosValue(int _pos, str _value)

Run On

Called

Parameters

  • _pos
    Type: int
    The start position of the report field.
  • _value
    Type: str
    The field value.

See Also

Reference

TaxReport770Writer_IT Class