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 hide Output Types?

Expand / Collapse
 

How do I hide Output Types?


In order the hide the output types which are located in the ReportViewer you would need to add the below line of code in your ConfigureSettings().

AdHocSettings.OutputTypes["xxx"].Hidden=true;

Example:

In order to hide OpenOffice from the export types in the ReportViewer you would add "AdHocSettings.OutputTypes["ODT"].Hidden=true;"


Other formats that are also available to be hidden are sql, pdf, csv, bulkcsv, xls, doc, xml and rtf.



Details
Type: FAQ
Options