public enum wrExportType : System.Enum
public enum wrExportType : System.Enum
| Member | Value | Description |
|---|---|---|
| Csv | 4 | Export as a comma-separated value text file. |
| Default | 6 | Default type specified by the loaded report; if not specified, default type specified by the current config. |
| Excel | 1 | Export as an Excel file. |
| Html | 0 | Run in the browser, using the appropriate viewer. |
| 2 | Export as a PDF file. | |
| Rtf | 3 | Export as an RTF file. |
System.Object
System.ValueType
System.Enum
WebReports.Api.wrExportType