ActiveReports 12
DataElementName Property (ReportItem)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : DataElementName Property

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

Syntax
'Declaration
 
Public Property DataElementName As String
public string DataElementName {get; set;}

Property Value

A String 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

See Also

Reference

ReportItem Class
ReportItem Members