public enum QueryResultExportDocumentKind : System.Enum
public enum QueryResultExportDocumentKind : System.Enum
| Member | Description | 
|---|---|
| CSV | Use this value to export a query execution result to a CSV document. | 
| Excel | Use this value to export a query execution result to an Excel document. | 
| HTML | Use this value to export a query execution result to an HTML document. | 
| JSON | Use this value to export a query execution result to a JSON document. | 
| Text | Use this value to export a query execution result to a textual document. | 
| XML | Use this value to export a query execution result to an XML document. | 
System.Object
   System.ValueType
      System.Enum
         NDepend.CodeQuery.QueryResultExportDocumentKind
Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed