C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / C1DataSchema Class / DataSets Property

In This Topic
DataSets Property
In This Topic
Gets the collection of data sets provided by the current data schema.

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

Syntax
'Declaration
 
Public ReadOnly Property DataSets As DataSetCollection
 
See Also