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 change from database mode to file system mode for report...

Expand / Collapse
 

How do I change from database mode to file system mode for report storage and vice versa?


File system mode stores reports in the reports folder in the Reports root directory. These reports are stored as xml files. Database system mode stores reports in a database table. This table is the reports table.

To set file system mode for storing reports:

Find the global.asax file which should be in your Reports root directory. Open this file and find this line in the file:

public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig

Change this line to

publicclass CustomAdHocConfig : Izenda.AdHoc.FileSystemAdHocConfig

To set database system mode for storing reports:

Find the global.asax file which should be in your Reports root directory. Open this file and find this line in the file:

public class CustomAdHocConfig : Izenda.AdHoc.FileSystemAdHocConfig

Change this line to

public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig


Details
Type: FAQ
Options