Flexible Reporting Queries

Eva

New Member
I am trying in incorporate custom reporting functionality into an ASP.NET MVC 4 application I am building.I therefore need to write either one or a number of flexible reporting queries to retrieve my data, passing in the field, tables, conditions, joins etc.Of course the 'old school' way to do this would be to build up you're sql string dynamically.Does anyone know of a more up to date approach to this using LINQ or the entity framework?
 
Back
Top