Gets the collection of DataSource objects associated with the current data schema. Those data sources are used to provide data for elements of the DataSets collection.

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

Syntax

C#
public DataSourceCollection DataSources { get; }
Visual Basic
Public ReadOnly Property DataSources As DataSourceCollection
	Get

See Also