ItemTypeEnum 列舉
Describes the type of an item in the report server database.
命名空間: ReportService2005
組件: ReportService2005 (在 ReportService2005.dll 中)
語法
'宣告
Public Enumeration ItemTypeEnum
'用途
Dim instance As ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
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.