ItemNamespaceEnum Enumeration
SQL Server 2008 R2
Describes the namespace identifier used to retrieve property information for an item in a report server database.
Assembly: ReportService2010 (in ReportService2010.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.
