_FsrmReportFormat Enumeration

 

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

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Public Enumeration _FsrmReportFormat

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: