Gets or sets the data source associated with the current data binding.

Currently objects of the following types can be assigned to this property:

If the data source is an Expression, that expression must evaluate to an instance of a IEnumerable or a DataSet.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Object DataSource { get; set; }
Visual Basic
Public Property DataSource As Object
	Get
	Set

See Also