Gets or sets the data source of this DataRange. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public IEnumerable DataSource { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DataSource As IEnumerable |
An IEnumerable object.
RemarksIf 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