SRSPrintDestinationSettings.fileName Method [AX 2012]

Gets or sets the file name.

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

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

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

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

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

Run On

Called

Parameters

  • _value
    Type: str
    The name of the file to set; optional.

Return Value

Type: str
The current file name.

Exceptions

Exception Condition
Error

The directory does not exist.

See Also

Reference

SRSPrintDestinationSettings Class