Compartir a través de


DataElementOutputTypes Enumeración

Defines the output behavior for data rendering.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

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

Miembros

Nombre del miembro Descripción
Output Specifies that the item should appear in data renderings.
NoOutput Specifies that the item should not appear in data renderings.
ContentsOnly Specifies that the item itself should not appear in data renderings, but its contents should be rendered as if they were in this item’s container.