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


Перечисление ItemTypeEnum

Describes the type of an item in the report server database.

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration ItemTypeEnum
'Применение
Dim instance As ItemTypeEnum
[SerializableAttribute]
public enum ItemTypeEnum
[SerializableAttribute]
public enum class ItemTypeEnum
[<SerializableAttribute>]
type ItemTypeEnum
public enum ItemTypeEnum

Элементы

Имя элемента Описание
Unknown An item not associated with any known type.
Folder A folder item.
Report A report item.
Resource A resource item.
LinkedReport A linked report item.
DataSource A data source item.
Model A model item.

Замечания

Use the ItemTypeEnum enumeration with the Type property of the CatalogItem class.

См. также

Справочник