SalesFormLetterReport_Invoice4Paym_RU.getPrintMgmtDocumentType Method [AX 2012]

Returns the PrintMgmtDocumentType enumeration value that specifies what document this FormLetterReport class controls.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public PrintMgmtDocumentType getPrintMgmtDocumentType()

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected PrintMgmtDocumentType getPrintMgmtDocumentType()

Run On

Called

Return Value

Type: PrintMgmtDocumentType Enumeration
The PrintMgmtDocumentType enumeration value that specifies what document this FormLetterReport class controls.

Remarks

This value is used to retrieve the appropriate Print Management settings for the report.

See Also

Reference

SalesFormLetterReport_Invoice4Paym_RU Class