DataElementName Property (Tablix)
In This Topic
Gets or sets the name to use for the data element/attribute for this report item. Default: Name of the report item. Must be a CLS-compliant identifier.
Syntax
'Declaration
Public Property DataElementName As String
public string DataElementName {get; set;}
See Also