MindFusion WinForms Programmer's Guide
DataRange.DataMember Property
See Also
 





Gets or sets the name of the data member this range is bound to.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public string DataMember { get; set; }

Visual Basic  Copy Code

Public Property DataMember As String

 Property Value

A string value specifying the name of the data member from the associated data source. The default is an empty string.

 Remarks

This property is taken into consideration only when DataSource is specified.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting Namespace
DataSource Property