[]
Represents an aggregate value calculated on a data-bound element of a C1PrintDocument over a certain scope.
Represents a collection of Aggregate objects.
Represents the data binding properties of an databound element in a C1PrintDocument. Properties of this type are DataBinding on RenderObject, and DataBinding on groups of table rows and columns (see TableVector).
Represents a data schema of a C1PrintDocument.
Contains information about how to connect to a data source.
Represents a data set used by a data-bound element of a C1PrintDocument.
Represents a collection of DataSet objects in a C1DataSchema.
Represents a field in a DataSet. The field may represent a native DB field (assigned via the DataField property), or may be calculated by an expression (set by the Expression property).
Represents a collection of DataSetField objects. All fields in the collection must have unique non-empty names.
Represents a data source in a C1DataSchema or in a Query.
Represents a collection of DataSource objects in a C1DataSchema (see DataSources).
Represents an expression that can be used is calculated fields, grouping, sorting etc.
Represents a collection of Expression objects.
Represents a data field available to a data-bound object of a C1PrintDocument. The collection of available fields is returned by the Fields property of the object's C1DataBinding.
Collection of Field objects.
Represents a set of expressions that determine the grouping of data in a data-bound object in a C1PrintDocument (see Grouping).
When the document generates, a new group is created if at least one expression in the Expressions collection evaluates to a different value.
Describes a query that is executed to fetch data for a DataSet (the query is specified by the Query property on the data set object).
Represents a parameter that is passed to the data source as part of a query defined by a Query object.
Represens a collection of QueryParameter objects. All parameters in the collection must have unique non-empty names.
Represents an expression used to sort data, and the direction of the sort.
Collection of SortExpression objects.
Represents the collection of sort expressions (see SortExpression) associated with a data-bound object in a C1PrintDocument.
Defines a method that allows to retrieve the value of a Field. This interface is implemented by C1DataBinding.
Specifies aggregates calculation mode.
Defines the set of supported aggregate functions (see Aggregate).
Specifies the query type of a Query.
The type of the data source. This will determine the syntax of the ConnectionProperties.ConnectString and Query.CommandText.
Defines the scope of an Aggregate.
Defines the types of sorting.