[]
Gets or sets the name to use for the data element or attribute for the report item.
public string DataElementName { get; set; }
Type | Description |
---|---|
string | A string value indicating the name to use for the data element or attribute for the report item. |
The default value is the Name of the report item.
var reportItem = new TextBox();
reportItem.DataElementName = "DataElement1";