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.

Using the hidden columns setting

Expand / Collapse
 

Using the hidden columns setting


The hidden column setting removes database fields from the report viewer dropdowns while still allowing the fields to be used in report creation and sorting in reports. In the example below, we want to hide the OrderID from dropdowns in Izenda, but still use it to join and sort in reports.


AdHocSettings.HiddenColumns = new string[] { "[dbo].[Orders].[OrderID]" }; 




Details
Type: FAQ
Options