SRSPrintDestinationSettings.printMediumType Method [AX 2012]

Gets or sets the printMediumType property.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          public SRSPrintMediumType printMediumType([SRSPrintMediumType _value])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public SRSPrintMediumType printMediumType([SRSPrintMediumType _value])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public SRSPrintMediumType printMediumType([SRSPrintMediumType value])

  Microsoft Dynamics AX 2012 (FPK)
          public SRSPrintMediumType printMediumType([SRSPrintMediumType value])

  Microsoft Dynamics AX 2012 (SYS)
          public SRSPrintMediumType printMediumType([SRSPrintMediumType value])

Run On

Called

Parameters

_value
Type: SRSPrintMediumType Enumeration
The new value of the printMediumType property; optional.

Return Value

Type: SRSPrintMediumType Enumeration
The current value of the printMediumType property.If the print type set is printer and if the printer name is not set, this method will initialize it to the default value.

Community Additions

ADD
Show: