Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataElementOutput Enumeration

In This Topic
    DataElementOutput Enumeration
    In This Topic
    Specifies the output type for a data element.
    Syntax
    'Declaration
     
    Public Enum DataElementOutput 
       Inherits System.Enum
    public enum DataElementOutput : System.Enum 
    Members
    MemberDescription
    AutoWill behave as NoOutput for any report item with Hidden set to True (not an expression) that does not have a ToggleItem, and for any report item in a static tablix member that cannot be toggled with Hidden set to non-expression True. Otherwise, acts as NoOutput for Textboxes with constant TextRun values, as ContentsOnly for Rectangles and as Output for all other items.
    ContentsOnlyIndicates the item should not appear in the XML, but its contents should be rendered as if they were in this item’s container. Only applies to Rectangles.
    NoOutputIndicates the item should not appear in the output.
    OutputIndicates the item should appear in the output.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.DataElementOutput

    See Also