ReportingService2005.ListDependentItems(String) Method

Definition

Returns a list of catalog items that reference a specified catalog item.

public:
 cli::array <ReportService2005::CatalogItem ^> ^ ListDependentItems(System::String ^ Item);
public ReportService2005.CatalogItem[] ListDependentItems (string Item);
member this.ListDependentItems : string -> ReportService2005.CatalogItem[]
Public Function ListDependentItems (Item As String) As CatalogItem()

Parameters

Item
String

The full name of the item, including the folder.

Returns

An array of CatalogItem objects.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions Depends on the item type:

- Report: ReadProperties
- Resource: ReadProperties
- DataSource: ReadProperties
- Model: ReadProperties

The following table lists the items returned based on the type of item specified in the Item parameter. This method only returns items for which the user has ReadProperties permission.

Item type Returned item types
Report Linked report.
Data Source Report, Model.
Model Report.
Resource No items returned.
Folder No items returned.

Applies to