ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel 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.
    AutoAuto indicates using the setting defined by the report.
    ElementNormalRender as an element.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DataElementStyle

    See Also