Previous TopicNext Topic


Chapter 4 Binding Data

The data set or data sets you create return the data that you want to use in a report. Before you can use or display this data in a report, you must first create the necessary data bindings. As the first tutorial demonstrated, to display the data in a report, you simply drag data set fields from Data Explorer to a table in the layout editor. Each time you insert a data set field, BIRT creates a data binding automatically.

This data binding, called a column binding, defines an expression that specifies what data to display. The column binding also defines a name that report elements use to access data. To view the column bindings that BIRT creates automatically for each data set field that you place in a table, select the table, then in Property Editor, choose the Binding tab. Figure 4-1 shows an example of column bindings created for each data set field in a table.

Figure 4-1 Table's Binding page, showing four column bindings

Figure 4-1 Table's Binding page, showing four column bindings

(c) Copyright Actuate Corporation 2006

Previous TopicNext Topic