Enumerazione ItemNamespaceEnum
Describes the namespace identifier used to retrieve property information for an item in the report server database.
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Enumeration ItemNamespaceEnum
'Utilizzo
Dim instance As ItemNamespaceEnum
public enum ItemNamespaceEnum
public enum class ItemNamespaceEnum
type ItemNamespaceEnum
public enum ItemNamespaceEnum
Membri
Nome membro | Descrizione | |
---|---|---|
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. |
Osservazioni
Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.