Represents a data schema of a C1PrintDocument.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class C1DataSchema
Visual Basic
Public Class C1DataSchema

Remarks

This class contains:
  • The list of data sources associated with the document
  • DataSourcesThe 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.).
  • DataSetsThe collection of available data sets (tables, SQL queries).
  • AggregatesThe collection of aggregates defined on the data.

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.DataBinding..::..C1DataSchema

See Also