6e9a2741f55ec506027b0634d95fa8aeb148b8da
FAQ/Formatting/How-do-I-Add-bulk-CSV-to-the-report-viewer.md
| ... | ... | @@ -8,8 +8,12 @@ How do I Add the Bulk CSV option to the Report Viewer and Report Designer? |
| 8 | 8 | |
| 9 | 9 | ##Answer |
| 10 | 10 | |
| 11 | +You can turn the CSV option on the report viewer and report designer to use the bulk CSV functionality by setting [[UseBulkCSV|/API/CodeSamples/UseBulkCSV]] = true in your global.asax. If you wish to use regular CSV exports and bulk CSV exports at the same time, there are a few different methods to accomplish this. |
|
| 12 | + |
|
| 11 | 13 | Newer versions of Izenda have diverged the Report Viewer from the Report Designer methodology of showing this button. One methodology for the Report Viewer is demonstrated below, but this is not an absolute edict. |
| 12 | 14 | |
| 15 | + |
|
| 16 | +### |
|
| 13 | 17 | ###Report Viewer |
| 14 | 18 | |
| 15 | 19 | The report viewer page is all contained in Resources/html/ReportViewer-Body.ascx and is completely editable within any standard text editor. Therefore, you can use any HTML you want as long as you call the following javascript function: |