ItemTypeEnum Enumeration
SQL Server 2000
Describes the type of an item in the report server database.
Public Enum ItemTypeEnum Member of [Namespace]
public enum ItemTypeEnum; Member of [Namespace]
Remarks
Use the ItemTypeEnum enumeration with the Type property of the CatalogItem class.
Members
| Name | Description |
|---|---|
| Unknown | An item not associated with any known type |
| Folder | A folder |
| Report | A report |
| Resource | A resource |
| LinkedReport | A linked report |
| DataSource | A data source |