言語

ReportingService2005.ListDependentItems(String) メソッド

定義

指定されたカタログ項目を参照するカタログ項目のリストを返します。

public:
 cli::array <ReportService2005::CatalogItem ^> ^ ListDependentItems(System::String ^ Item);
public ReportService2005.CatalogItem[] ListDependentItems(string Item);
member this.ListDependentItems : string -> ReportService2005.CatalogItem[]
Public Function ListDependentItems (Item As String) As CatalogItem()

パラメーター

Item
String

アイテムのフルネームとフォルダー名も含めて。

返品

CatalogItem オブジェクトの配列。

注釈

以下の表は、この操作のヘッダーおよび権限情報を示しています。

SOAPヘッダー (アウト) ServerInfoHeaderValue
必要なアクセス許可 アイテムの種類によります:

- Report: ReadProperties
- Resource: ReadProperties
- DataSource: ReadProperties
- Model: ReadProperties

以下の表は、 Item パラメータで指定されたアイテムの種類に基づいて返されたアイテムを一覧にしています。 この方法は、ユーザーが ReadProperties 権限を持つアイテムのみを返します。

アイテムの種類 返品品の種類
レポート リンクされた報告書。
データ ソース 報告を、モデル。
Model レポート。
リソース 返品はありません。
フォルダー 返品はありません。

適用対象