ReportingService2010::ListParents Method
SQL Server 2008 R2
Retrieves parent items for the given item.
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapHeaderAttribute(L"TrustedUserHeaderValue")] [SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)] [SoapDocumentMethodAttribute(L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListParents", RequestNamespace = L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)] public: array<CatalogItem^>^ ListParents( String^ ItemPath )
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: array<ReportService2010::CatalogItem>An array of CatalogItem objects that contain the parent items for the given item.
