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





Gets or sets the data source this range is bound to.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Object DataSource { get; set; }

Visual Basic  Copy Code

Public Property DataSource As Object

 Property Value

An object specifying the data source this DataRange is bound to. The default is null (Nothing in Visual Basic), indicating a disconnected data range.

 Remarks

The member this data range binds to is specified through the DataMember property.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting Namespace
DataMember Property