SRSPrintDestinationSettings.printerPageSettings Method [AX 2012]

Gets or sets the value of the printerPageSettings property.

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 str printerPageSettings([str _value])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public str printerPageSettings([str _value])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public str printerPageSettings([str value])

  Microsoft Dynamics AX 2012 (FPK)
          public str printerPageSettings([str value])

  Microsoft Dynamics AX 2012 (SYS)
          public str printerPageSettings([str value])

Run On

Called

Parameters

  • _value
    Type: str
    A new value of the property; optional.

Return Value

Type: str
The current value of the property.

Remarks

Note that the printerPageSettings property contains an XML serialized PageSettings object.

See Also

Reference

SRSPrintDestinationSettings Class