Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the file formats that you can use when generating reports.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmReportFormat
public enum class _FsrmReportFormat
type _FsrmReportFormat
Public Enumeration _FsrmReportFormat
Members
| 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. |
See Also
Formats
Microsoft.Storage Namespace
Return to top