SRSPrintDestinationSettings.emailAttachmentImageFileFormat Method [AX 2012]

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

  Microsoft Dynamics AX 2012 R2 (SYS)
          public SRSImageFileFormat emailAttachmentImageFileFormat([SRSImageFileFormat _value])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public SRSImageFileFormat emailAttachmentImageFileFormat([SRSImageFileFormat value])

  Microsoft Dynamics AX 2012 (FPK)
          public SRSImageFileFormat emailAttachmentImageFileFormat([SRSImageFileFormat value])

  Microsoft Dynamics AX 2012 (SYS)
          public SRSImageFileFormat emailAttachmentImageFileFormat([SRSImageFileFormat value])

Run On

Called

Parameters

_value
Type: SRSImageFileFormat Enumeration
The new value of the emailAttachmentImageFileFormat property; optional.

Return Value

Type: SRSImageFileFormat Enumeration
The current value of the emailAttachmentImageFileFormat property.

Community Additions

ADD
Show: