DataElementName Property (C1RdlReport)
In This Topic
Gets or sets the name of a top level element that represents the report data. Default: Report. Must be a CLS-compliant identifier.
Syntax
'Declaration
Public Property DataElementName As String
public string DataElementName {get; set;}
See Also