ASP.NET/MVC3 - solution for user-customized reports without developer intervention -
are there libraries or solutions (third party, open source or commercial) allow users create own reports, accessible front-end, without developers' intervention (for cases?)
basically, using entity framework orm. application collect stats such transactions between users, pages on site have been visited, , user. have come interface allow administrator come reports joins between tables. adding difficulty user able come reports on fly without messing around code.
we user go through orm reports, writing raw sql statements out of question. there ways let users define own custom 'views' of database generate reports?
how let user write own linq query? or sql executed entity framework?
linq can written string , executed also. @ nice tutorial. make nice editor yourselves hide query language user.
Comments
Post a Comment