Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / DataElementStyle Property

In This Topic
    DataElementStyle Property (C1RdlReport)
    In This Topic
    Gets or sets a value indicating whether leaf-level values (for example, text box values and chart data values) should render as elements or attributes.
    Syntax
    'Declaration
     
    Public Property DataElementStyle As DataElementStyle
    public DataElementStyle DataElementStyle {get; set;}
    See Also