Compartilhar via


Enumeração ItemTypeEnum

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.dll)

Sintaxe

'Declaração
Public Enumeration ItemTypeEnum
'Uso
Dim instance As ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
type ItemTypeEnum
public enum ItemTypeEnum

Membros

Nome do membro Descrição
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.

Comentários

Use the ItemTypeEnum enumeration with the Type property of the CatalogItem class.

Consulte também

Referência

Namespace ReportService2005