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;