ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / DataElementStyle Enumeration

In This Topic
    DataElementStyle Enumeration
    In This Topic
    Indicates whether an item should render as an element or attribute.
    Syntax
    'Declaration
     
    Public Enum DataElementStyle 
       Inherits System.Enum
    public enum DataElementStyle : System.Enum 
    Members
    MemberDescription
    AttributeNormalRender as an attribute.
    ElementNormalRender as an element.
    Inheritance Hierarchy

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

    See Also