FormLetterReport.parmPrintType Method [AX 2012]
Gets or sets the value of PrintType property.
public PrintCopyOriginal parmPrintType([PrintCopyOriginal _parmPrintType])
Run On
CalledParameters
- _parmPrintType
- Type: PrintCopyOriginal Enumeration
The value to set; optional.
This property is used by the loadPrintSettings method. If it is set to Copy, one copy of the report will print. If set to Original, one original copy of the report will print. If set to OriginalPrint, it will print a copy if the numCopies parameter for the loadPrintSettings method is larger than zero, and it will print an original if the _numOriginals parameter of the loadPrintSettings method is larger than zero.
Community Additions
ADD
Show: