DataElementName Property (TablixMember)
In This Topic
Gets or sets the name to use for the data element for this member. Must be a CLS-compliant identifier.
Syntax
'Declaration
Public Property DataElementName As String
public string DataElementName {get; set;}
See Also