Share via


TaxReport770Writer_IT.validateWritePos Method [AX 2012]

Checks if the position and the length of the value of the positional field do not violate the report structure.

Syntax

public void validateWritePos(int _position, int _valueLength)

Run On

Called

Parameters

  • _position
    Type: int
    The start position of the report field.
  • _valueLength
    Type: int
    The length of the report field value.

Exceptions

Exception Condition
Error

The positional field is attempted to be inserted into the restricted part of the report line.

See Also

Reference

TaxReport770Writer_IT Class