ActiveReports Developer 7
DataElementOutput Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : DataElementOutput Enumeration

Glossary Item Box

Defines how an item should appear in data output.

Syntax

Visual Basic (Declaration) 
Public Enum DataElementOutput 
   Inherits System.Enum
C# 
public enum DataElementOutput : System.Enum 

Members

MemberDescription
ContentsOnlyIndicates the item should not appear in the (e.g. XML), but its contents should be rendered as if they were in this item’s container. Only applies to Lists.
NoOutputIndicates the item should not appear in the output.
OutputIndicates the item should appear in the output

Remarks

Some ReportItems do not support all values (for example List and Table do not support Auto).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.DataElementOutput

See Also