ReportExportFormat Enumeration¶
An enumeration containing possible formats for exported reports.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public enum ReportExportFormat
VB¶
Public Enumeration ReportExportFormat
Members¶
Member name | Value | Description | |
---|---|---|---|
MimeHtml | 0 | The report is exported as an mht-file. | |
CommaSeparatedValues | 1 | The reports exported as an csv file. Not all reports support this format. |