Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Describes the namespace identifier used to retrieve property information for an item in the report server database.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Enumeration ItemNamespaceEnum
'Usage
Dim instance As ItemNamespaceEnum
public enum ItemNamespaceEnum
public enum class ItemNamespaceEnum
type ItemNamespaceEnum
public enum ItemNamespaceEnum
Members
| Member name | Description | |
|---|---|---|
| GUIDBased | The ID of the item in the report server database is used to retrieve an item's properties with the GetProperties method. | |
| PathBased | The Path of the item in the report server database is used to retrieve an item's properties with the GetProperties method. |
Remarks
Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.