Condividi tramite


Metodo ReportingService2006.ListParents

Retrieves parent items for the given item.

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
Public Function ListParents ( _
    Item As String _
) As CatalogItem()
'Utilizzo
Dim instance As ReportingService2006 
Dim Item As String 
Dim returnValue As CatalogItem()

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

Parametri

  • Item
    Tipo: System.String
    The fully qualified URL of the item including the file name and extension.

Valore restituito

Tipo: array<ReportService2006.CatalogItem[]
An array of CatalogItem objects that contain the parent items for the given item.

Osservazioni

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

SOAP Headers

(In) TrustedUserHeaderValue

Required Permissions

None

The ListParents method returns a list of parent items for the given item. All parents are returned until either the root node is reached or the user does not have the ManageAlerts permission for a parent. If you do not have the ViewListItems permission for the item, this method returns an empty list.

Vedere anche

Riferimento

ReportingService2006 Classe

Spazio dei nomi ReportService2006