Groups | Blog | Home
all groups > sql server reporting services > october 2007 >

sql server reporting services : How do I Programmatically Delete from Report Manager via ASP.NET web app code


Norman Yuan
10/19/2007 11:40:48 AM
Yes, reporting Services does expose a set web services, which allow you to
list/add/remove reports and do more...


[quoted text, click to view]
pmauriello via SQLMonster.com
10/19/2007 3:23:50 PM
Is there a series of webservice calls one could make to clean up the .RDL's
on the server older than a day
or is there a stored prodecure i can write like "delete from catalog where
name = 'Cusomer Report'"?
I can't seem to find a programmatic way of deleting RDL's
but if there is a Manual way to do it from Report Manager there HAS to be a
programmatic way of doing it right?

Any help would be greatly appreciated.

--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-reporting/200710/1
Norman Yuan
10/19/2007 3:52:54 PM
ReportService.DeleteItem(string item)

[quoted text, click to view]
pmauriello via SQLMonster.com
10/19/2007 8:21:35 PM
ok..."which" set of webservice calls allow for a programmatic delete of an
RDL from the report server. Because it is most certainly not apparent.

[quoted text, click to view]

--
Message posted via http://www.sqlmonster.com
calton NO[at]SPAM online.microsoft.com
10/22/2007 5:59:52 PM
You can find more information about how to access the Reporting Services
web service and the various function calls using the links here:

How to access the SRS SOAP API
http://msdn2.microsoft.com/en-us/library/aa256607(SQL.80).aspx

Reporting Services Web Service Library
http://msdn2.microsoft.com/en-us/library/aa257520(SQL.80).aspx

ReportingService Class definition (This has most of the function calls and
so forth you'll be looking for)
http://msdn2.microsoft.com/en-us/library/aa258073(SQL.80).aspx

-------------------------------------
Chris Alton, Microsoft Corp.
SQL Server Developer Support Engineer
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
[quoted text, click to view]
AddThis Social Bookmark Button