900f9b5bff67d155cac7a9ea2f2bbc2034e17609
How-do-I-Add-bulk-CSV-to-the-report-viewer.md
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | |
| 3 | 3 | This code will show the bulk csv option export type in the Report Viewer. |
| 4 | 4 | |
| 5 | -```C# |
|
| 5 | +```csharp |
|
| 6 | 6 | //show (unhide) the option for bulk csv |
| 7 | 7 | |
| 8 | 8 | AdHocSettings.OutputTypes["BULKCSV"].Hidden = false; |