ItemTypeEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the type of an item in the report server database.
public enum class ItemTypeEnum
public enum ItemTypeEnum
type ItemTypeEnum =
Public Enum ItemTypeEnum
- Inheritance
-
ItemTypeEnum
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An Unknown item type. |
Folder | 1 | A Folder item type. |
Report | 2 | A Report item type. |
Resource | 3 | A Resource item type. |
LinkedReport | 4 | A Linked Report item type. |
DataSource | 5 | A Data Source item type. |
Model | 6 | A Model item type. |
Remarks
Use the ItemTypeEnum enumeration with the Type
property of the CatalogItem class.