DataElementName Property (IReport)
In This Topic
Gets the name of the top-level element for a report rendered using a data-oriented rendering extension (e.g., XML).
Syntax
'Declaration
ReadOnly Property DataElementName As String
string DataElementName {get;}
Property Value
A
System.String representing the name of the top-level element in the rendered report.
See Also