views:

38

answers:

1

Hi,

I'am looking for a dynamic reporting tool for Asp.Net. Tool should support drag drop of data fields, simple grouping and simple expressions. Actually end users will use this tool for data listing. Rendering to html and pdf is enough. Any suggestions ?

Abbut

A: 

Have you looked at SQL Server Reporting Services? There is a Report Builder control which may do what you need.

AUSteve
Yes, but it's not web base and you have to put a layer between user and actual database. What I want is user will list views and tables, drop columns and produce simple reports. Thanks.
Abbut
Isn't the "tool" you requested going to be a layer in between?
AUSteve