Generating reports in asp.net

V

Vikram

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
 
G

Guest

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
 
S

Scott Allen

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top