CatalogItem.Type 屬性

定義

取得報表伺服器資料庫中項目的類型。 唯讀。

public:
 property ReportService2005::ItemTypeEnum Type { ReportService2005::ItemTypeEnum get(); void set(ReportService2005::ItemTypeEnum value); };
public ReportService2005.ItemTypeEnum Type { get; set; }
member this.Type : ReportService2005.ItemTypeEnum with get, set
Public Property Type As ItemTypeEnum

屬性值

ItemTypeEnum

ItemTypeEnum 值,指定報表伺服器資料庫中項目的類型。

備註

下表列出各種類型的專案。

項目類型 說明
Unknown 報表伺服器資料庫中未與任何已知類型建立關聯的專案。
資料夾 報表伺服器資料庫中的資料夾。
報表 報表伺服器資料庫中的報表。
資源 報表伺服器資料庫中的資源。
LinkedReport 報表伺服器資料庫中的連結報表。
模型 報表伺服器資料庫中的模型。
DataSource 報表伺服器資料庫中的資料來源。

適用於