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.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public DataElementStyle DataElementStyle { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public Property DataElementStyle As DataElementStyle Get Set |