다음을 통해 공유


ReportingService2006.ListDependentItems 메서드

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

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Function ListDependentItems ( _
    Item As String _
) As CatalogItem()
‘사용 방법
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[]

매개 변수

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

반환 값

유형: array<ReportService2006.CatalogItem[]
An array of CatalogItem objects.

주의

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ViewListItems

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.

참고 항목

참조

ReportingService2006 클래스

ReportService2006 네임스페이스