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

In This Topic
    DataElementStyle Enumeration
    In This Topic
    Indicates whether leaf-level values (for example, text box values and chart data values) should render as elements or attributes.
    Syntax
    'Declaration
     
    Public Enum DataElementStyle 
       Inherits System.Enum
    public enum DataElementStyle : System.Enum 
    Members
    MemberDescription
    AttributeRender values as attributes.
    AutoData element style is determined automatically.
    ElementRender values as elements.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.DataElementStyle

    See Also