c4f8eff86d825d8f11c179eacce68d0d3fd2b5b3
FAQ/accessing-izendas-export-process.md
| ... | ... | @@ -39,6 +39,8 @@ foreach (string fileName in Directory.EnumerateFiles(AdHocSettings.ReportsPath)) |
| 39 | 39 | Console.WriteLine(message); |
| 40 | 40 | } |
| 41 | 41 | |
| 42 | +``` |
|
| 43 | + |
|
| 42 | 44 | There are also other classes that are accessible in the same manner and that inherit from the same interface. Simply replace the Html2PdfGenerator with the necessary class to export to different formats. These classes are defined as follows: |
| 43 | 45 | |
| 44 | 46 | * CsvReportOutputGenerator |