ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataElementOutput Enumeration

In This Topic
    DataElementOutput Enumeration
    In This Topic
    Defines how an item should appear in data output.
    Syntax
    'Declaration
     
    Public Enum DataElementOutput 
       Inherits System.Enum
    public enum DataElementOutput : System.Enum 
    Members
    MemberDescription
    AutoWill behave as NoOutput for Textboxes with constant values, ContentsOnly for Rectangles and Output for all other items.
    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.PageReportModel.DataElementOutput

    See Also