_FsrmReportFormat Enumeration
Defines the file formats that you can use when generating reports.
Assembly: srmlib (in srmlib.dll)
| Member name | Description | |
|---|---|---|
| FsrmReportFormat_Csv | The report is rendered as a comma-separated value file. | |
| FsrmReportFormat_DHtml | The report is rendered in Dynamic HTML (DHTML). | |
| FsrmReportFormat_Html | The report is rendered in HTML. | |
| FsrmReportFormat_Txt | The report is rendered as a text file. | |
| FsrmReportFormat_Unknown | The report format is unknown. Do not use this flag. | |
| FsrmReportFormat_Xml | The report is rendered in XML. |
Community Additions
ADD
Show: