ActiveReports Developer 7
DataElementStyle Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > ITextItem Interface : DataElementStyle Property

Glossary Item Box

Indicates whether to render this textbox as an element or as an attribute.

Syntax

Visual Basic (Declaration) 
ReadOnly Property DataElementStyle As DataElementStyle
C# 
DataElementStyle DataElementStyle {get;}

Remarks

DataElementStyle.Auto uses the setting on the Report element.

See Also