Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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