Report Server Namespace Management Methods
The Report Server Management web service contains methods that you can use to manage reports, folders, and resources in the report server database.
Method | Action |
---|---|
Cancels a batch that was initiated by a call to the CreateBatch method. |
|
Cancels execution of a job. |
|
Creates a batch that executes multiple methods within a single transaction. |
|
Adds a folder to the report server database. |
|
Adds a new report to the report server database. |
|
Adds a new resource to the report server database. |
|
Removes an item from the report server database. |
|
Executes all methods associated with a batch within the scope of a single transaction. |
|
Returns the items that match the search criteria specified in a report server database search. |
|
Triggers an event based on the supplied parameters. |
|
Retrieves the type of an item in the report server database, if the item exists. |
|
Returns the values of one or more properties on an item in the report server database. |
|
Returns the report definition of a report. |
|
Returns the contents of a specified resource. |
|
Returns one or more system properties. |
|
Returns a list of report server database items that are located under the specified item. |
|
Returns a list of event extensions as they appear in the report server configuration file. |
|
Returns a list of jobs running on the report server. |
|
Returns a list of extensions that are configured for a given extension type. |
|
Moves or renames an item. |
|
Sets one or more properties of an item in the report server database. |
|
Sets the report definition for a report in the report server database. |
|
Specifies the content of a resource. |
|
Sets one or more system properties. |
|
Validates extension settings. |
См. также
Справочник
Reporting Services Web Services Class Library
Другие ресурсы
Building Applications Using the Web Service and the .NET Framework
Report Server Web Service
Report Server Web Service Features