DataElementStyle Property (Report)
Gets or sets a style in which textboxes are rendered in an exported report (as elements or attributes).
Property Value
A
DataElementStyle value indicating how textboxes are rendered.
Report report = new Report();
report.DataElementStyle = DataElementStyle.AttributeNormal;