[]
Gets or sets a style in which textboxes are rendered in an exported report (as elements or attributes).
public DataElementStyle DataElementStyle { get; set; }
Type | Description |
---|---|
DataElementStyle | A DataElementStyle value indicating how textboxes are rendered. |
Report report = new Report();
report.DataElementStyle = DataElementStyle.AttributeNormal;