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.
Describes the namespace identifier used to retrieve property information for an item in a report server database.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ItemNamespaceEnum
'Usage
Dim instance As ItemNamespaceEnum
[SerializableAttribute]
public enum ItemNamespaceEnum
[SerializableAttribute]
public enum class ItemNamespaceEnum
[<SerializableAttribute>]
type ItemNamespaceEnum
public enum ItemNamespaceEnum
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| PathBased | The Path of the item in the report server database is used to retrieve an item's properties with the GetProperties method. | |
| GUIDBased | The ID of the item in the report server database is used to retrieve an item's properties with the GetProperties method. |
Hinweise
Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.