[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.DataElementStyle

DataElementStyle Property

DataElementStyle

Gets or sets a style in which textboxes are rendered in an exported report (as elements or attributes).

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

A DataElementStyle value indicating how textboxes are rendered.

Examples
Report report = new Report();
report.DataElementStyle = DataElementStyle.AttributeNormal;