SRSPrintDestinationSettings.overwriteFile Method [AX 2012]
Gets or sets the property to enable the overwriting of a file.
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 boolean overwriteFile([boolean _value])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean overwriteFile([boolean _value])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean overwriteFile([boolean value])
Microsoft Dynamics AX 2012 (FPK)
public boolean overwriteFile([boolean value])
Microsoft Dynamics AX 2012 (SYS)
public boolean overwriteFile([boolean value])
Run On
CalledParameters
- _value
- Type: boolean
The new value of the overwriteFile property; optional.
Community Additions
ADD
Show:
Note