ea8bbd814513fb18bc76cb29e36c38aecf9e826b
How-do-I-Add-bulk-CSV-to-the-report-viewer.md
| ... | ... | @@ -1,5 +1,7 @@ |
| 1 | 1 | #How do I Add bulk CSV to the report viewer |
| 2 | 2 | |
| 3 | +[[_TOC_]] |
|
| 4 | + |
|
| 3 | 5 | This code will show the bulk csv option export type in the Report Viewer. |
| 4 | 6 | |
| 5 | 7 | ```csharp |
| ... | ... | @@ -13,7 +15,7 @@ AdHocSettings.OutputTypes["CSV"].Hidden = true; |
| 13 | 15 | |
| 14 | 16 | ``` |
| 15 | 17 | |
| 16 | -String keys for other output types |
|
| 18 | +##String keys for other output types |
|
| 17 | 19 | |
| 18 | 20 | The string keys which are available are: |
| 19 | 21 |