SRSPrintDestinationSettings.numberOfCopies Method [AX 2012]

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

  Microsoft Dynamics AX 2012 R2 (SYS)
          public int numberOfCopies([int _value])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public int numberOfCopies([int value])

  Microsoft Dynamics AX 2012 (FPK)
          public int numberOfCopies([int value])

  Microsoft Dynamics AX 2012 (SYS)
          public int numberOfCopies([int value])

Run On

Called

Parameters

  • _value
    Type: int
    The new value of the numberOfCopies property; optional.

Return Value

Type: int
The current value of the numberOfCopies property.

Remarks

This property is automatically set when the user changes the print properties.This can be further set programmatically for a report

See Also

Reference

SRSPrintDestinationSettings Class