Reporting Tool?

G

Guest

Hi,

We have a .NET site that we use to manage customer relationship, tracking
things such as customer profile, communication history etc. The information
is stored in SQL server.

Now we would like to add a reporting module that would generate (on demand)
report for each customer. The report will be in PDF format, stored in our web
server for download. We need to have control over the layout of the report,
in terms of things such as placement of images and following our company's
standard letter head.

Can anyone recommend the tool to accomplish this?

Regards,
Wang.
 
G

Guest

I forgot to mention that we would be creating multiple reports each time.
Our web page has a list box of customers; we select multiple customers and
click a button to create several PDF file (one report file per customer) at a
time.
 
G

Greg Young

To add beyond sql reporting services ... Crystal Reports and Active Reports
(I prefer the latter).

Cheers,

Greg
 
B

Brian Begy

Component 1 isn't bad either. The reports are just xml files so they
are easily stored in databases and built on the fly.
 
K

klausweb

Now we would like to add a reporting module that would generate (on demand)
report for each customer. The report will be in PDF format, stored in our web
server for download. We need to have control over the layout of the report,
in terms of things such as placement of images and following our company's
standard letter head.

Hi,

We're using Combit List & Label for webreporting and a lot of more.

Regards,
Klaus
 
M

mgrabow

We have a .NET site that we use to manage customer relationship, tracking
things such as customer profile, communication history etc. The information
is stored in SQL server.

Have You tried GenRap? (http://ocean.comarch.com) It has a reporting
component with a .NET API.

Regards,
Michal
 

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

Top