ReportingService2010.ListParents Method
SQL Server 2012
Retrieves parent items for the given item.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapHeaderAttribute("TrustedUserHeaderValue")>] [<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] [<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListParents", 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)>] member ListParents : ItemPath:string -> CatalogItem[]
Parameters
- ItemPath
- Type: System.String
The fully qualified URL of the item including the file name and, in SharePoint mode, the extension.
Return Value
Type: ReportService2010.CatalogItem[]An array of CatalogItem objects that contain the parent items for the given item.
