在报告中选择包含数据的表,然后在 PropertyEditor 中,选择Binding以创建一个新的列绑定。
Select the table in the report that contains the data, and in the Property Editor, choose Binding to create a new column binding.
将数据集中的列与ReportDesigner的palette视图中的表进行绑定。
Bind the columns of the data set with a table in the palette view of the Report Designer.
数据到可视化之间的绑定,例如:为数据库中的每一行数据创建一个圆;把数据库中的列与圆的属性绑定
Direct binding of data to visuals (e.g., create one circle for every row in a database; bind properties of the circles to columns in the database)
这些结果集并不是BIRT的数据集,但却包含了数据容器中绑定的列,而该数据容器中的数据则来自于一个数据集。
These result sets are not BIRT data sets, but contain the bound columns from the data container, which are usually retrieved from a data set.
XML文档被分解,每个绑定列(题目、出版社、名、姓)被转换为数据库代码页。
The XML document is shredded, and each bound-out column (title, publisher, firstname, lastname) is converted to the database code page.
它将查询数据库,为结果的每行中的每列建立索引,并且将每个索引条目绑定到行的主键上。
It queries your database, indexes each column in each row of the result, and ties each index entry to the row's primary key.
表单被绑定到指定的数据库表,其中的所有数据控件都可以用于显示和编辑表的列,无需编写代码或SQL。
A form is bound to a specified database table and all data controls within can be used to display and edit the table's columns without writing code or SQL.
注意,删除绑定包中的一个或多个语句引用的一个列将使数据库上的包无效。
Note that dropping a column that is referenced by one or more statements in bound packages invalidates the packages on the database.
将磁盘(文件)数据库绑定到散列是一个得到了深入讨论的主题。
Tying disk (file) databases to a hash is a well-covered topic.
首先,确保已经针对列数据类型使用恰当的setxxx方法将数据绑定到参数标记。
First, ensure the data is bound to parameter markers using the correct setxxx method for the column data-type.
在XForms模型中,xfg生成xforms绑定属性形式的数据约束,它与数据库元数据相对应,比如列类型、长度、是否是必需的,等等。
In the XForms model, XFG generated data constraints as XForms bind attributes which correspond to database metadata, such as column type, length, required, and so on.
数据表的value与var属性会生成,并绑定至positionsHeld数组,以及在数据表之中生成的列。
The dataTable's value and var attributes were generated, and bound to the positionsHeld array, and then columns were generated inside of this data Table.
运行时,GridView自动绑定到数据源,生成正确的数据列。
At run time, the GridView automatically binds to the source and generates appropriate columns of data.
物理数据源中要与实体或属性绑定的列的名称。
The name of the column in the physical data source to which the entity or attribute is bound.
转发器控件可以绑定数据表,XML文件或是其他的项目列。
The Repeater control may be bound to a database table, an XML file, or another list of items.
描述如何通过显示其他未绑定的列来补充来自绑定数据源的数据。
Describes how to supplement data from a bound data source by displaying additional, unbound columns.
这些任务包括将控件绑定到数据源,修改用来显示数据的列以及调整控件的外观和基本行为。
These tasks include binding the control to a data source, modifying the columns used to display data, and adjusting the appearance and basic behavior of the control.
还可以添加未绑定的列,以显示不是来自该数据源的补充数据。
You can also add unbound columns to display supplemental data that does not come from the data source.
描述如何隐藏或删除从绑定的数据源自动生成的列。
Describes how to hide or delete columns generated automatically from a bound data source.
例如,如果要绑定到数据集表中的某个列值,则请展开该数据集的名称,然后展开该表名以显示列名。
For example, if you are binding to a column value in a dataset's table, expand the name of the dataset, and then expand the table name to display column names.
数据库类不直接支持DDL,但您仍然可以在运行时写代码以将新列动态绑定到记录集。
The database classes do not support DDL directly, but you can still write code to bind a new column to your recordset dynamically, at run time.
描述如何重新排列从绑定的数据源自动生成的列。
Describes how to rearrange columns generated automatically from a bound data source.
描述如何基于绑定的数据源自动生成列。
Describes how to automatically generate columns based on a bound data source.
若要使用数据绑定生成器用数据来填充列,必须正确配置列。
To use the data bound generator to fill a column with data, you must configure the column correctly.
“简单绑定”使您得以在控件中显示单个数据元素,如来自数据集表的列值。
Withsimple binding, you can display a single data element, such as a column value from a dataset table, in a control.
将控件绑定到数据源时,可以自动基于数据源的架构生成列。
When you bind the control to a data source, you can generate columns automatically based on the schema of the data source.
必须将数据绑定生成器指定为该列的生成器,而且必须为该列设置生成器属性。
You must specify the DataBound generator as the generator for the column, and you must set the generator properties for the column.
您还可能要将控件绑定到包含许多列的数据源,但只希望显示其中某些列。
Alternately, you may want to bind the control to a data source that contains many columns, only some of which you want to display.
您还可能要将控件绑定到包含许多列的数据源,但只希望显示其中某些列。
Alternately, you may want to bind the control to a data source that contains many columns, only some of which you want to display.
应用推荐