Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the type of the item.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property Type As ItemTypeEnum
Get
Set
'Usage
Dim instance As CatalogItem
Dim value As ItemTypeEnum
value = instance.Type
instance.Type = value
public ItemTypeEnum Type { get; set; }
public:
property ItemTypeEnum Type {
ItemTypeEnum get ();
void set (ItemTypeEnum value);
}
member Type : ItemTypeEnum with get, set
function get Type () : ItemTypeEnum
function set Type (value : ItemTypeEnum)
Eigenschaftswert
Typ: ReportService2006.ItemTypeEnum
An ItemTypeEnum value that specifies the type of an item.
Hinweise
The following table lists the various types of items.
Item type |
Description |
|---|---|
Unknown |
An item in the SharePoint library that is not associated with any known type. |
Folder |
A folder in the SharePoint library. |
Report |
A report in the SharePoint library. |
Resource |
A resource in the SharePoint library. |
LinkedReport |
A linked report in the SharePoint library. |
Model |
A model in the SharePoint library. |
DataSource |
A data source in the SharePoint library. |
Site |
A site on the SharePoint server |