Share via


TaxReportFormatter_IT.fillPlaceholderPosCB Method [AX 2012]

Fills the placeholder for the boolean (CB) positional field left in the report line.

Syntax

public void fillPlaceholderPosCB(
    str _lineType, 
    int _position, 
    boolean _value)

Run On

Called

Parameters

  • _lineType
    Type: str
    The line type.
  • _position
    Type: int
    The start position of the report field.
  • _value
    Type: boolean
    The report field value.

Exceptions

Exception Condition
Error

The placeholder is not found.

See Also

Reference

TaxReportFormatter_IT Class