ReportingService2005.ListDependentItems(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたカタログ項目を参照するカタログ項目のリストを返します。
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 | レポート。 |
| リソース | 返品はありません。 |
| フォルダー | 返品はありません。 |