[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TextItem.DataElementStyle

DataElementStyle Property

DataElementStyle

Gets or sets a value indicating whether the text item value is rendered as an element or attribute.

Declaration
public DataElementStyle DataElementStyle { get; set; }
Property Value
Type Description
DataElementStyle

A DataElementStyle value indicating whether the text item value is rendered as an element or attribute.

Examples
TextBox textBox = new TextBox();
textBox.DataElementStyle = DataElementStyle.Attribute;