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


C1DataSchema Class Members

The following tables list the members exposed by C1DataSchema.

Public Properties
 NameDescription
Public PropertyGets the collection of named Aggregate objects defined on the current data schema.  
Public PropertyGets 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).

 
Public PropertyGets 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.  
Public PropertyGets the C1.C1Preview.C1PrintDocument containing the current data schema.  
Top
Public Methods
 NameDescription
Public MethodClears the current data schema, deletes all associated data sets, data sources and aggregates.  
Top
See Also