Gets the collection of data sets provided by the current data schema.
Namespace:
C1.C1Preview.DataBindingA 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).
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public DataSetCollection DataSets { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DataSets As DataSetCollection Get |