Compartir a través de


Enumeración ItemNamespaceEnum

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

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Enumeration ItemNamespaceEnum
'Uso
Dim instance As ItemNamespaceEnum
public enum ItemNamespaceEnum
public enum class ItemNamespaceEnum
type ItemNamespaceEnum
public enum ItemNamespaceEnum

Miembros

Nombre del miembro Descripción
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.

Comentarios

Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.

Vea también

Referencia

Espacio de nombres ReportService2005