Expand Minimize
This topic has not yet been rated - Rate this topic

ItemNamespaceEnum Enumeration

Describes the namespace identifier used to retrieve property information for an item in a report server database.

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)
[SerializableAttribute]
public enum ItemNamespaceEnum
Member nameDescription
PathBasedThe Path of the item in the report server database is used to retrieve an item's properties with the GetProperties method.
GUIDBasedThe 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.