all groups > sql server reporting services > february 2006 >
You're in the

sql server reporting services

group:

Deploying reports to remote location


Deploying reports to remote location vibha
2/20/2006 1:00:27 AM
sql server reporting services:
i am new in report service development.
currently I deployed reports on development server by vs.net.
I also aware about how to use report manager to deploy reports on server.
but both approaches need access to report server.

But now i have to deploy them on production server where i am not having
access.
Client ask us for some sort of setup program so that they can deploy them.

Re: Deploying reports to remote location Sumit Pilankar
2/21/2006 12:00:00 AM
These is reporting webservice available at
http://<machine_name>/reportserver/reportservice.asmx

There are some functions provided by this webservice like CreateReport(),
which can be used for publishing reports. You will be required to write a
custom DLL to accomplish this and call the DLL from a setup program

Let me know if you have further queries
Bye
Sumit Pilankar


[quoted text, click to view]

AddThis Social Bookmark Button