ItemTypeEnum Enumeration
Describes the type of an item in the report server database.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ItemTypeEnum
'Usage
Dim instance As ItemTypeEnum
[SerializableAttribute]
public enum ItemTypeEnum
[SerializableAttribute]
public enum class ItemTypeEnum
[<SerializableAttribute>]
type ItemTypeEnum
public enum ItemTypeEnum
Members
Member name | Description | |
---|---|---|
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. |