I using reporting service SOAP in my application. I would like to know..
- what is the method for delete a report
- there is list children method for listing reports from certain folder but how to get list of catalog or list of folders from reporting service, but method to use.
Thanks and best regards!
Delete a report: DeleteItem( itempath )
List folders: Call ListChildren(parentpath) and filter the resulting CatalogItem collection for folders. There is no way to only return folders from ListChildren.
List catalog: This is not meaningful because any given Report Server has one and only one catalog.
No comments:
Post a Comment