ReportingService2010.GetItemDataSources Method
SQL Server 2008 R2
Returns the data sources for an item in the catalog.
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapHeaderAttribute("TrustedUserHeaderValue")>] [<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemDataSources", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>] [<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] member GetItemDataSources : ItemPath:string -> DataSource[]
Parameters
- ItemPath
- Type: System.String
The fully qualified URL of the item including the file name and, in SharePoint mode, the extension.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | Depends on the item type:
In addition, you must also have the ReadProperties permission for the item's data sources. |
SharePoint Mode Required Permissions | OpenItems() on Item AND ViewListItems() on the underlying data sources |
The GetItemDataSources method returns the values of properties associated with a data source, and may only be called for Report and Model item types.
