Condividi tramite


Enumerazione ItemTypeEnum

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

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Enumeration ItemTypeEnum
'Utilizzo
Dim instance As ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
type ItemTypeEnum
public enum ItemTypeEnum

Membri

Nome membro Descrizione
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.

Osservazioni

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

Vedere anche

Riferimento

Spazio dei nomi ReportService2005