다음을 통해 공유


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 값입니다.

주의

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.