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.

You can download a full time-limited trial version here. Or, email a CSV file to data@izenda.com and our sales team will create several complementary reports on our demo environment.

All fields are required.

How do I increase the width of the View / Table dropdown box in...

Expand / Collapse
 

How do I increase the width of the View / Table dropdown box in the data sources tab?


Add the following setting to the bottom of ConfigureSettings() method in your global.asax and replace the width in pixels to what you need.

C#:

AdHocSettings

.TableDropDownWidth = Unit.Pixel (150);


Details
Type: FAQ
Options