I
Igor Anic
I have few reports which i need to distribute to a lot of clients and I
have following requirements on the clients:
- preview reports
- print reports
- count the number of printed pages (if the report is printed), this is
absolutely necessary functionality because clients are charged by the
number of printed pages
Currently I'm transferring dataset to the clients, and printing reports
using PrinterDocument...
I found that pretty clumsy, specially when adding new report: I had to
upgrade server, clients, create new printing functionality...
I was thinking about some other options and the most interesting so far
is to use SQL Server Reporting Services for creating reports on the
server. Clients will then download/open reports.
Adding new reports will be as simple as generating new report on the RS.
The missing part is a component for preview/print/count pages on the
client. I need options to view html or pdf reports on the client.
So I'm looking for the component which could preview/print/count pages
of the html or pdf document.
Any experience with such a component.
Any other ides for the the solution of the problem are welcome too.
Thanks,
Igor.
have following requirements on the clients:
- preview reports
- print reports
- count the number of printed pages (if the report is printed), this is
absolutely necessary functionality because clients are charged by the
number of printed pages
Currently I'm transferring dataset to the clients, and printing reports
using PrinterDocument...
I found that pretty clumsy, specially when adding new report: I had to
upgrade server, clients, create new printing functionality...
I was thinking about some other options and the most interesting so far
is to use SQL Server Reporting Services for creating reports on the
server. Clients will then download/open reports.
Adding new reports will be as simple as generating new report on the RS.
The missing part is a component for preview/print/count pages on the
client. I need options to view html or pdf reports on the client.
So I'm looking for the component which could preview/print/count pages
of the html or pdf document.
Any experience with such a component.
Any other ides for the the solution of the problem are welcome too.
Thanks,
Igor.