CatalogItem.Type Property

Definition

Gets the type of an item in the report server database. Read-only.

public:
 property ReportService2005::ItemTypeEnum Type { ReportService2005::ItemTypeEnum get(); void set(ReportService2005::ItemTypeEnum value); };
public ReportService2005.ItemTypeEnum Type { get; set; }
member this.Type : ReportService2005.ItemTypeEnum with get, set
Public Property Type As ItemTypeEnum

Property Value

An ItemTypeEnum value specifying the type of an item in the report server database.

Remarks

The following table lists the various types of items.

Item type Description
Unknown An item in the report server database that is not associated with any known type.
Folder A folder in the report server database.
Report A report in the report server database.
Resource A resource in the report server database.
LinkedReport A linked report in the report server database.
Model A model in the report server database.
DataSource A data source in the report server database.

Applies to