ReportingService2005.ListDependentItems Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Function ListDependentItems ( _
    Item As String _
) As CatalogItem()
public CatalogItem[] ListDependentItems (
    string Item
)
public:
array<CatalogItem^>^ ListDependentItems (
    String^ Item
)
public CatalogItem[] ListDependentItems (
    String Item
)
public function ListDependentItems (
    Item : String
) : CatalogItem[]

Parameters

  • Item
    The full name of the item, including the folder.

Return Value

An array of CatalogItem objects.

Remarks

The following table lists the items returned based on the type of item specified in the Item parameter.

Item Type

Returned Item Types

Report

Linked report.

Data Source

Report, Model.

Model

Report.

Resource

No items returned.

Folder

No items returned.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace