MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / DataElementName Property
Example

DataElementName Property (Report)
Gets or sets a name of the top-level XML element that represents the report data.
Syntax
'Declaration
 
Public Property DataElementName As String
 

Property Value

A System.String value indicating the name of the top-level XML element for report data.
Remarks
Default value is "Report".
Example
Report report = new Report();
report.DataElementName = "MyReport";
See Also