Reporting Tool?

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
To add beyond sql reporting services ... Crystal Reports and Active Reports
(I prefer the latter).

Cheers,

Greg
 
Component 1 isn't bad either. The reports are just xml files so they
are easily stored in databases and built on the fly.
 
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
 
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
 
Back
Top