次の方法で共有


ItemTypeEnum 列挙体

レポート サーバー データベースのアイテムの種類を表します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Enumeration ItemTypeEnum
'使用
Dim instance As ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
type ItemTypeEnum
public enum ItemTypeEnum

メンバー

メンバー名 説明
Unknown 既知の種類に関連付けられていないアイテムです。
Folder フォルダー アイテムです。
Report レポート アイテムです。
Resource リソース アイテムです。
LinkedReport リンク レポート アイテムです。
DataSource データ ソース アイテムです。
Model モデル アイテムです。

説明

ItemTypeEnum 列挙は、CatalogItem クラスの Type プロパティで使用します。

関連項目

参照

ReportService2005 名前空間