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

In This Topic
    Owner Property (DataSource)
    In This Topic
    Gets the DataSourceCollection containing the current data source.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As DataSourceCollection
    public DataSourceCollection Owner {get;}
    See Also