Share via


DataElementOutputTypes Enumeration

Defines the output behavior for data rendering.

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
Public Enumeration DataElementOutputTypes
public enum DataElementOutputTypes
public enum class DataElementOutputTypes
public enum DataElementOutputTypes
public enum DataElementOutputTypes

Members

Member name Description
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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.ReportingServices.ReportRendering Namespace