Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Describes the namespace identifier used to retrieve property information for an item in a report server database.
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration ItemNamespaceEnum
'Uso
Dim instance As ItemNamespaceEnum
[SerializableAttribute]
public enum ItemNamespaceEnum
[SerializableAttribute]
public enum class ItemNamespaceEnum
[<SerializableAttribute>]
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.