Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a list of catalog items that reference a specified catalog item.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Function ListDependentItems ( _
Item As String _
) As CatalogItem()
'Usage
Dim instance As ReportingService2006
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[]
Parameter
- Item
Typ: System.String
The fully qualified URL of the item including the file name and extension.
Rückgabewert
Typ: array<ReportService2006.CatalogItem[]
An array of CatalogItem objects.
Hinweise
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
This method returns all the children of Item to which the user has ViewListItems permission.
Only dependent items that have been published at the time the API is called will be listed.