MindFusion.Reporting for Silverlight Programmer's Guide
DataRange.DataSource Property
See Also
 





Gets or sets the data source of this DataRange. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public IEnumerable DataSource { get; set; }

Visual Basic  Copy Code

Public Property DataSource As IEnumerable

 Property Value

An IEnumerable object.

 Remarks

If DataSource is null (Nothing in Visual Basic) the data for the data range is acquired through the Report.QueryDetails event using the current DataContext as a master row.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting.Silverlight Namespace