SRSPrintDestinationSettings.emailAttachmentFileFormat Method [AX 2012]
Gets or sets the emailAttachmentFileFormat property.
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 SRSReportFileFormat emailAttachmentFileFormat([SRSReportFileFormat _value])
Microsoft Dynamics AX 2012 R2 (SYS)
public SRSReportFileFormat emailAttachmentFileFormat([SRSReportFileFormat _value])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public SRSReportFileFormat emailAttachmentFileFormat([SRSReportFileFormat value])
Microsoft Dynamics AX 2012 (FPK)
public SRSReportFileFormat emailAttachmentFileFormat([SRSReportFileFormat value])
Microsoft Dynamics AX 2012 (SYS)
public SRSReportFileFormat emailAttachmentFileFormat([SRSReportFileFormat value])
Run On
CalledParameters
- _value
- Type: SRSReportFileFormat Enumeration
The new value of the emailAttachmentFileFormat property; optional.
Return Value
Type: SRSReportFileFormat EnumerationThe current value of the emailAttachmentFileFormat property.
Community Additions
ADD
Show:
Note