Best practices for creating reports

G

Guest

Hi,

I have an ASP.NET 2.0 application. I need to generate some documents
(reports) like invoices, orders, etc. Users need them to preview and print.
Which of methods is the best for doing it:
1. Creating HTML page containing data (problems with rendering and
unexpected behavior when dynamic text is too long),
2. Creating invoice as a XML and then transforming it into ready document
using XSLT
3. Rendering document as a GIF just writing on it
4. Using TEX language
5. Crystal Reports controls in VS.NET 2005
6. Reporting Services in SQL 2005
7. something else?

Reporting could be the best, but it is like using plane and airport to go to
a shop instead of a car. Too big tool for such thing.

Lets discuss.

Thanks.
Przemo
 
G

Guest

Thanks, but I do not ask for a charting solution, but simple how to create an
invoice.

Przemo
 
M

mikelau13

I assume u don't want thing become too complicated, so I would pick (1)
but will use contenttype = excel instead
 

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

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,229
Latest member
GloryAngul

Latest Threads

Top