Groups | Blog | Home
all groups > asp.net > february 2005 >

asp.net : Generating reports in asp.net



Vikram
2/21/2005 11:02:08 PM
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
DotNetJerome
2/21/2005 11:25:02 PM
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]
Scott Allen
2/22/2005 9:42:52 AM
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]
AddThis Social Bookmark Button