Izenda, LLC

Ad Hoc Reports & Dashboards for ASP.NET Apps

Free Trial

Izenda Reports is licensed on a "per user" or "per server" basis. Please complete this form to receive a price quote.

All fields are required.

The live demo demonstrates Izenda reports with the Northwind Sample database. To login, please register below.

All fields are required.

Please register to try Izenda reports on your data today.

All fields are required.

How do I Add bulk CSV to the report viewer

Expand / Collapse
 

How do I Add bulk CSV to the report viewer


This code will show the bulk csv option export type in the Report Viewer.


//show (unhide) the option for bulk csv

AdHocSettings.OutputTypes["BULKCSV"].Hidden = false;

//hide the option for csv
AdHocSettings.OutputTypes["CSV"].Hidden = true;

String keys for other output types

The string keys which are available are:

  • csv
  • pdf
  • doc
  • xls
  • sql
  • bulkcsv
  • xml
  • odt (open office)
  • rtf



Details
Type: FAQ
Options