Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / C1DataSchema Class / DataSources Property

In This Topic
    DataSources Property (C1DataSchema)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSources As DataSourceCollection
    public DataSourceCollection DataSources {get;}
    See Also