ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / DataElementStyle Property

In This Topic
    DataElementStyle Property (Report)
    In This Topic

    Gets or sets a value indicating whether textboxes render as elements or attributes.

    Syntax
    'Declaration
     
    Public Property DataElementStyle As DataElementStyle
    public DataElementStyle DataElementStyle {get; set;}

    Property Value

    A DataElementStyle enumeration indicating whether textboxes render as elements or attributes.

    See Also