Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom reporting for end users with ASP.NET

Is there a third party tool or something similar that will allow users to create reports on their own without any programming?

One code base but custom reports for each user in the system that they create.

Make sense?

like image 374
Todd Avatar asked Apr 08 '10 17:04

Todd


People also ask

What is customized reporting?

A Custom Report is a report that you create. You pick the dimensions (City and Browser, for example) and metrics (Sessions, Pageviews, and Bounce Rate, for example) and decide how they should be displayed. You must specify at least one dimension and one metric. Learn about dimensions and metrics.

What is an end user report?

End-User Reports Provide your employees with on-demand access to their own user activity data.


2 Answers

I took jaxidian's advice and did a search for asp.net ad-hoc reporting and found this product that looks really nice and more or less exactly what I was looking for.

http://devtools.korzh.com/eq/dotnet

like image 79
Todd Avatar answered Sep 27 '22 16:09

Todd


i-net Clear Reports (used to be i-net Crystal-Clear) has a very nice ad-hoc reporting solution. There is also a live demo on the website that you can see what to expect. You can use it with ASP.NET, PHP and other technologies.

like image 21
Horcrux7 Avatar answered Sep 27 '22 16:09

Horcrux7