Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Describes the type of an item in the report server database.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Enumeration ItemTypeEnum
'Usage
Dim instance As ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
type 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.