ReportType Enumeration¶
An enumeration containing values representing the different types of report that are available for export.
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 ReportType
VB¶
Public Enumeration ReportType
Members¶
| Member name | Value | Description | |
|---|---|---|---|
| EstateView | 0 | EstateView report. | |
| IssueView | 1 | Issue view report. | |
| ActionView | 2 | Action view report. | |
| ApplicationActions | 3 | Action detail report. | |
| ApplicationIssues | 4 | Application detail report. | |
| ActionDetails | 5 | Remediation Actions report. | |
| ApplicationDetails | 6 | Remediation Issues report. | |
| Unknown | 7 | Some custom report type. |