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
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
|||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
|||If you have a specific question regarding one of the APIs, feel free to ask. We can either answer it here or direct you to the appropriate topic on MSDN.|||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
|||See SetDataSourceContents()
http://msdn2.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsmanagementservice2005.reportingservice2005.setdatasourcecontents.aspx
|||thanks
No comments:
Post a Comment