How can I have a reporting service?
Posted: Mon Feb 18, 2008 10:52 am
I need some functionality like Microsoft SQL Server Reporting Service.
I would like to have some reports on the server that can be called and shown on the clients no matter it is in windows app or web app.
It helps me specially for windows applications that if I want to make some changes in the reports I do not need to recompile and reinstall the application on all clients.,
What is the best way to approach to this goal?
I thought may be there is a way to use StiReportViewer and get the report stream from the server, or having a service on the server to convert the report to PDF and stream it to the client and one PDF viewer component on the client can show that.
Another way that I thought about is to put mrt files on a share folder on the server and load it on the client or even may be I can save mrt file in the database and load it on the client.
I am not sure which way is the best and even may be there are some built in capabilities that I am not aware of.
Thanks.
I would like to have some reports on the server that can be called and shown on the clients no matter it is in windows app or web app.
It helps me specially for windows applications that if I want to make some changes in the reports I do not need to recompile and reinstall the application on all clients.,
What is the best way to approach to this goal?
I thought may be there is a way to use StiReportViewer and get the report stream from the server, or having a service on the server to convert the report to PDF and stream it to the client and one PDF viewer component on the client can show that.
Another way that I thought about is to put mrt files on a share folder on the server and load it on the client or even may be I can save mrt file in the database and load it on the client.
I am not sure which way is the best and even may be there are some built in capabilities that I am not aware of.
Thanks.