Gets or sets the data source this range is bound to.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public Object DataSource { get; set; } |
Visual Basic Copy Code |
---|
Public Property DataSource As Object |
An object specifying the data source this DataRange is bound to. The default is null (Nothing in Visual Basic), indicating a disconnected data range.
The member this data range binds to is specified through the DataMember property.