[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.DataElementName

DataElementName Property

DataElementName

Gets or sets the name to use for the data element or attribute for the report item.

Declaration
public string DataElementName { get; set; }
Property Value
Type Description
string

A string value indicating the name to use for the data element or attribute for the report item.

Remarks

The default value is the Name of the report item.

Examples
var reportItem = new TextBox();
reportItem.DataElementName = "DataElement1";