Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.