다음을 통해 공유


ItemTypeEnum 열거형

Describes the type of an item in the report server database.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
<SerializableAttribute> _
Public Enumeration ItemTypeEnum
‘사용 방법
Dim instance As ItemTypeEnum
[SerializableAttribute]
public enum ItemTypeEnum
[SerializableAttribute]
public enum class ItemTypeEnum
[<SerializableAttribute>]
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.