|
Report elements |
Top Previous Next |
|
Apart from report bands, which divide the report into logical sections, a report consists of report elements placed on the report bands. These elements define what exactly is printed on each band.
The two most important report elements are "Labels" and "Datafields". Labels are used for printing text - for example a title - that has no connection to a database. Datafields are placeholders for fields from a dataset. Whenever a data field is to be printed, the report engine gets the field content from the dataset and puts this text where you placed the datafield. Usually labels are add-ons for datafields, to make the report look better and more understandable by not only listing data, but also showing which kind of data is printed too.
The following picture shows the report definition for the above country listing:
The following types of report elements are available when designing a report:
Each report element has specific properties (font, color, ...), which you can edit. This is further described in the chapters about the different elements.
|