Compartir a través de


Enumeración DataElementOutputTypes

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
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.
NoOutput Specifies that the item should not appear in data renderings.
Output Specifies that the item should appear in data renderings.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.ReportRendering