共用方式為


CatalogItem.Type 屬性

Gets the type of an item in the report server database. Read-only.

命名空間:  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
An ItemTypeEnum value specifying the type of an item in the report server database.

備註

The following table lists the various types of items.

Item type

Description

Unknown

An item in the report server database that is not associated with any known type.

Folder

A folder in the report server database.

Report

A report in the report server database.

Resource

A resource in the report server database.

LinkedReport

A linked report in the report server database.

Model

A model in the report server database.

DataSource

A data source in the report server database.

請參閱

參考

CatalogItem 類別

ReportService2005 命名空間