Compartir a través de


ReportingService2005.ListDependentItems Método

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

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Function ListDependentItems ( _
    Item As String _
) As CatalogItem()
'Uso
Dim instance As ReportingService2005 
Dim Item As String 
Dim returnValue As CatalogItem()

returnValue = instance.ListDependentItems(Item)
public CatalogItem[] ListDependentItems(
    string Item
)
public:
array<CatalogItem^>^ ListDependentItems(
    String^ Item
)
member ListDependentItems : 
        Item:string -> CatalogItem[] 
public function ListDependentItems(
    Item : String
) : CatalogItem[]

Parámetros

  • Item
    Tipo: System.String
    The full name of the item, including the folder.

Valor devuelto

Tipo: array<ReportService2005.CatalogItem[]
An array of CatalogItem objects.

Comentarios

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

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

Depends on the item type:

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.

Vea también

Referencia

ReportingService2005 Clase

Espacio de nombres ReportService2005