Поделиться через


Свойство 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.