Share via


ItemTypeEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Enumeration ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
public enum ItemTypeEnum
public enum ItemTypeEnum

Members

Member name Description
DataSource A data source item.
Folder A folder item.
LinkedReport A linked report item.
Model A model item.
Report A report item.
Resource A resource item.
Unknown An item not associated with any known type

Remarks

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace