Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the type of an item in the report server database.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Enumeration ItemTypeEnum
'Usage
Dim instance As ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
type ItemTypeEnum
public enum ItemTypeEnum
Members
Member name | Description | |
---|---|---|
DataSource | A data source item. | |
Folder | A folder item. | |
LinkedReport | A linked report item. | |
Model | A model item. | |
Report | A report item. | |
Resource | A resource item. | |
Unknown | An item not associated with any known type. |
Remarks
Use the ItemTypeEnum enumeration with the Type property of the CatalogItem class.