Search
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