Gets the collection of data sets provided by the current data schema.

A DataSet from this collection can be assigned to the DataSource property on DataBinding of a RenderObject, or on DataBinding of a table row or column group (TableVector).

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

Syntax

C#
public DataSetCollection DataSets { get; }
Visual Basic
Public ReadOnly Property DataSets As DataSetCollection
	Get

See Also