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.
Indicates whether the item should appear in a data rendering.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Enumeration DataElementOutputTypes
'Uso
Dim instance As DataElementOutputTypes
public enum DataElementOutputTypes
public enum class DataElementOutputTypes
type DataElementOutputTypes
public enum DataElementOutputTypes
Membros
| Nome do membro | Descrição | |
|---|---|---|
| Auto | Specifies the following behavior:
|
|
| ContentsOnly | Specifies that the item should not appear in the XML, but its contents should be rendered as if they were in this item’s container. Only applies to Rectangle. | |
| NoOutput | Specifies that the item should not appear in the output. | |
| Output | Specifies that the item should appear in the output. |