次の方法で共有


Type プロパティ

レポート サーバー データベースのアイテムの種類を取得します。読み取り専用です。

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

構文

'宣言
Public Property Type As ItemTypeEnum
    Get
    Set
'使用
Dim instance As CatalogItem
Dim value As ItemTypeEnum

value = instance.Type

instance.Type = value
public ItemTypeEnum Type { get; set; }
public:
property ItemTypeEnum Type {
    ItemTypeEnum get ();
    void set (ItemTypeEnum value);
}
member Type : ItemTypeEnum with get, set
function get Type () : ItemTypeEnum
function set Type (value : ItemTypeEnum)

プロパティ値

型: ReportService2005. . :: . .ItemTypeEnum
レポート サーバー データベースのアイテムの種類を指定する ItemTypeEnum 値です。

説明

次の表は、さまざまなアイテムの種類の一覧です。

アイテムの種類

説明

Unknown

既知の種類に関連付けられていないレポート サーバー データベースのアイテムです。

Folder

レポート サーバー データベースのフォルダーです。

Report

レポート サーバー データベースのレポートです。

Resource

レポート サーバー データベースのリソースです。

LinkedReport

レポート サーバー データベースのリンク レポートです。

Model

レポート サーバー データベースのモデルです。

DataSource

レポート サーバー データベースのデータ ソースです。