Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Describes the namespace identifier used to retrieve property information for an item in the report server database.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Enumeration ItemNamespaceEnum
'Применение
Dim instance As ItemNamespaceEnum
public enum ItemNamespaceEnum
public enum class ItemNamespaceEnum
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.