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

C1DataSchema Class
Represents a data schema of a C1.C1Preview.C1PrintDocument.
Object Model
C1DataSchema Class
Syntax
'Declaration
 
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