SRSPrintDestinationSettings.printAllPages Method [AX 2012]

Gets or sets the printAllPages 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 boolean printAllPages([boolean _value])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean printAllPages([boolean _value])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean printAllPages([boolean value])

  Microsoft Dynamics AX 2012 (FPK)
          public boolean printAllPages([boolean value])

  Microsoft Dynamics AX 2012 (SYS)
          public boolean printAllPages([boolean value])

Run On

Called

Parameters

_value
Type: boolean
The new value of the printAllPages property; optional.

Return Value

Type: boolean
The current value of the printAllPages property.

Community Additions

ADD
Show: