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

In This Topic
    C1DataSchema Class
    In This Topic
    Represents a data schema of a C1.C1Preview.C1PrintDocument.
    Object Model
    C1DataSchema Class
    Syntax
    'Declaration
     
    Public Class C1DataSchema 
    public class C1DataSchema 
    Remarks
    This class contains:
    • The list of data sources associated with the document
    • The collection of data sources associated with the current document. Each element in that collection determines how to connect to an external data source (connection string etc.).
    • The collection of available data sets (tables, SQL queries).
    • The collection of aggregates defined on the data.
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.DataBinding.C1DataSchema

    See Also