views:

14

answers:

1

Hi there,

is there an article that explain how to implement reportservice2005.asmx?

thanks

A: 

The MSDN section on Reporting Services Programming is a great place to start...but in particular, the Report Server Web Service sub-section is what you are after...

davidsleeps
thanks for the links.. but I need an article that has a working sample code (something like in codeproject where you can download the sample app).
what do you want to do with the reporting services api?
davidsleeps
I need to have client app implements reportviewer with accessing reporting service via WCF. not sure if this is possible.
do you want to access the Reports via WCF or do you want reports to access data via WCF? sorry!
davidsleeps
I need the WCF to access the report and pass it on to client.. The idea is client will only know Server1 and not Server2 (where the SQL server and reporting service are sitting)