Gets or sets the name of the data member this range is bound to.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public string DataMember { get; set; } |
Visual Basic Copy Code |
---|
Public Property DataMember As String |
A string value specifying the name of the data member from the associated data source. The default is an empty string.
This property is taken into consideration only when DataSource is specified.