HI Vikram,
There is no report class available in framework to generate reports in
asp.net.
You've to write your own code, whihc should generate the html tags.
It's easy and fun job too, really.
All the best...have fun in creating report with loops and conditions :)
Cheers,
Joerm.e M
[quoted text, click to view] "Vikram" wrote:
> i want simple report functionality for which i do not want
> to use any reporting tool like crystal etc. Is there any
> class or code available which can be used for generating
> reports using asp.net only
You can always bind the results of a SQL query to a ASP.NET DataGrid
with AutoGenerateColumns set to true. This is the easiest and quickest
way to throw data on the screen.
--
Scott
http://www.OdeToCode.com/blogs/scott/ On Mon, 21 Feb 2005 23:02:08 -0800, "Vikram"
[quoted text, click to view] <anonymous@discussions.microsoft.com> wrote:
>i want simple report functionality for which i do not want
>to use any reporting tool like crystal etc. Is there any
>class or code available which can be used for generating
>reports using asp.net only
Don't see what you're looking for? Try a search.