FsrmReportFormat enumeration (fsrmenums.h)

Defines the file formats that you can use when generating reports.

Syntax

typedef enum _FsrmReportFormat {
  FsrmReportFormat_Unknown = 0,
  FsrmReportFormat_DHtml = 1,
  FsrmReportFormat_Html = 2,
  FsrmReportFormat_Txt = 3,
  FsrmReportFormat_Csv = 4,
  FsrmReportFormat_Xml = 5
} FsrmReportFormat;

Constants

 
FsrmReportFormat_Unknown
Value: 0
The report format is unknown. Do not use this flag.
FsrmReportFormat_DHtml
Value: 1
The report is rendered in Dynamic HTML (DHTML).
FsrmReportFormat_Html
Value: 2
The report is rendered in HTML.
FsrmReportFormat_Txt
Value: 3
The report is rendered as a text file.
FsrmReportFormat_Csv
Value: 4
The report is rendered as a comma-separated value file.
FsrmReportFormat_Xml
Value: 5
The report is rendered in XML.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)

See also

IFsrmReportJob::Formats