[]
Gets or sets a name of the top-level XML element that represents the report data.
public string DataElementName { get; set; }
Type | Description |
---|---|
string | A string value indicating the name of the top-level XML element for report data. |
Default value is "Report"
.
Report report = new Report();
report.DataElementName = "MyReport";