Does anyone know of any good documentation for using the Reporting Services Web Service I am having difficulty figuring out a few things, even with Google.
pjp
Does anyone know of any good documentation for using the Reporting Services Web Service I am having difficulty figuring out a few things, even with Google.
pjp
ReportService2005.asmx
fristi
See SetDataSourceContents()
http://msdn2.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsmanagementservice2005.reportingservice2005.setdatasourcecontents.aspx
Sameerhanda
http://msdn2.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsmanagementservice2005.reportingservice2005(SQL.90).aspx
That is the API documentation which lists all of the publicly exposed methods.
For a high level overview of the kind of things you can do, I would check out this MSDN article:
http://msdn.microsoft.com/sql/bi/reporting/default.aspx pull=/library/en-us/dnsql90/html/integratrsapp.asp
Gopinath Ramamoorthy
pezi179
hi all,
I've been trying to create a subscription thru ReportService2005.asmx and it requires the the credentials for the datasource to be used should be stored on the report server, is there a way of doing this thru ReportService2005.asmx
Thanks,
Allan
jaegd
Yes, I know. I was hoping to find something a little more in-depth than a list of methods and brief descriptions.
Thanks anyway,
pjp
Milan Dimitrijevic