PrintDocument for WinForms
C1.C1Preview.DataBinding 名前空間 (C1.PrintDocument.6)
継承階層
C1.PrintDocument.6 アセンブリ : C1.C1Preview.DataBinding 名前空間
クラス
 クラス解説
クラスRepresents an aggregate value calculated on a data-bound element of a C1.C1Preview.C1PrintDocument over a certain scope.
クラスRepresents a collection of Aggregate objects.
クラスRepresents the data binding properties of an databound element in a C1.C1Preview.C1PrintDocument. Properties of this type are DataBinding on C1.C1Preview.RenderObject, and DataBinding on groups of table rows and columns (see C1.C1Preview.TableVector).
クラスRepresents a data schema of a C1.C1Preview.C1PrintDocument.
クラスContains information about how to connect to a data source.
クラスRepresents a data set used by a data-bound element of a C1.C1Preview.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 DataSetField.DataField property), or may be calculated by an expression (set by the DataSetField.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 C1DataSchema.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 C1.C1Preview.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 C1.C1Preview.C1PrintDocument (see Grouping).

When the document generates, a new group is created if at least one expression in the Grouping.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 DataSet.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 C1.C1Preview.C1PrintDocument.
列挙型
 列挙体解説
列挙体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.
参照

C1.PrintDocument.6 アセンブリ