Перечисление ItemNamespaceEnum
Describes the namespace identifier used to retrieve property information for an item in a report server database.
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Enumeration ItemNamespaceEnum
'Применение
Dim instance As ItemNamespaceEnum
[SerializableAttribute]
public enum ItemNamespaceEnum
[SerializableAttribute]
public enum class ItemNamespaceEnum
[<SerializableAttribute>]
type ItemNamespaceEnum
public enum ItemNamespaceEnum
Элементы
Имя элемента | Описание | |
---|---|---|
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.