Share via


TaxReport_ReportAT.addRealWithSign Method [AX 2012]

Inserts a real value into the PDF file.

Syntax

protected void addRealWithSign(
    PDFFiller _pdfFiller, 
    str _fieldValue, 
    str _fieldSign, 
    real _value)

Run On

Called

Parameters

  • _fieldValue
    Type: str
    The field value of the FDF file.
  • _fieldSign
    Type: str
    The field value for the sign.
  • _value
    Type: real
    The real value of the corresponding field.

See Also

Reference

TaxReport_ReportAT Class