SRSPrintDestinationSettings.fileFormat Method [AX 2012]

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

  Microsoft Dynamics AX 2012 R2 (SYS)
          public SRSReportFileFormat fileFormat([SRSReportFileFormat _value])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public SRSReportFileFormat fileFormat([SRSReportFileFormat value])

  Microsoft Dynamics AX 2012 (FPK)
          public SRSReportFileFormat fileFormat([SRSReportFileFormat value])

  Microsoft Dynamics AX 2012 (SYS)
          public SRSReportFileFormat fileFormat([SRSReportFileFormat value])

Run On

Called

Parameters

Return Value

Type: SRSReportFileFormat Enumeration
The current value of the fileFormat property.

See Also

Reference

SRSPrintDestinationSettings Class