ItemNamespaceEnum Enumeration
SQL Server 2012
Describes the namespace identifier used to retrieve property information for an item in the report server database.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
| 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. |
Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.
