PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / C1DataSchema Class / DataSets Property

In This Topic
    DataSets Property (C1DataSchema)
    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
    public DataSetCollection DataSets {get;}
    See Also