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 execution of a job. |
|
Adds a folder to the report server database or SharePoint library. |
|
Adds a new item to a report server database or SharePoint library. This method applies to the Report, Model, Dataset, Component, Resource, and DataSource item types. |
|
M:ReportService2010.ReportingService2010.CreateReportEditSession(System.String,System.String,System.Byte[],ReportService2010.Warning[]@) |
Creates a new report edit session. |
Removes an item from the report server database or SharePoint library. |
|
Returns the items in the report server database or SharePoint library that match the specified search criteria. |
|
Triggers an event based on the supplied parameters. |
|
Returns a list of settings for a given extension. |
|
Retrieves the type of an item in the report server database or SharePoint library, if the item exists. |
|
Returns the values of one or more properties on an item in the report server database or SharePoint library. |
|
Retrieves the definition or content for an item. This method applies to the Report, Model, Dataset, Component, Resource, and DataSource item types. |
|
Returns a list of catalog item references associated with an item. |
|
Returns information on the connected report server instance or all the report server instances in a scale-out deployment. |
|
Returns one or more system properties. |
|
Gets a list of children of a specified folder. |
|
Returns a list of supported credential retrieval options. |
|
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. |
|
Returns a list of supported extension types. |
|
Returns a list of supported catalog item types. |
|
Returns a list of supported job actions. |
|
Returns a list of supported job states. |
|
Returns a list of supported job types. |
|
Retrieves parent items for the given item. |
|
Returns a list of supported security scopes. |
|
Logs out the current user making Web service requests. This method only applies to native mode. |
|
Logs on a user and authenticates a user request to the Report Server Web service. This method only applies to native mode. |
|
Sets the catalog items associated with an item. |
|
Moves and/or renames an item. |
|
Sets one or more properties of an item. |
|
Sets the definition or content for a specified item. This method applies to the Report, Model, Dataset, Component, Resource, and DataSource item types. |
|
Sets one or more system properties in the report server or SharePoint farm. |
|
Validates Reporting Services extension settings. |
See Also
Concepts
Report Server Web Service Methods
Other Resources
Building Applications Using the Web Service and the .NET Framework