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 create Data Source Level Security?

Expand / Collapse
 

How do I create Data Source Level Security?


Table and View Access

To limit what data sources a user can see, apply the visible tables setting. Its argument is an array of strings. Izenda recommends creating database views to simplify the user experience. Izenda Reports will only show views, if you set ViewsOnly to true. Here is an example:

//set access to which tables and views are visible
Izenda.AdHoc.AdHocSettings.VisibleDataSources = new string[]{ "Products", "Categories" };

Please see this code sample for more detail.




Details
Type: FAQ
Options