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.

참고 항목

참조

ReportService2005 네임스페이스