Gets or sets the name of the data member this range is bound to.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
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.
RemarksThis property is taken into consideration only when DataSource is specified.
See Also