Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Describes the namespace identifier used to retrieve property information for an item in the report server database.
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Enumeration ItemNamespaceEnum
'Uso
Dim instance As ItemNamespaceEnum
public enum ItemNamespaceEnum
public enum class ItemNamespaceEnum
type ItemNamespaceEnum
public enum ItemNamespaceEnum
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Comentários
Use the ItemNamespaceEnum enumeration with the ItemNamespaceHeader class.