Working with Tables
Tables give you great control over how to present data, including placing fields, grouping them, and sorting them. A table is composed of rows and columns, and each contains several cells. With such a structure, a table is a good way to show any two-dimensional dataset. This topic introduces how you can insert and modify tables in a report. It also shows how you can use customized controls which apply in tables particularly.
The following topics discuss tables in further detail:
- Inserting Tables in a Report
- Modifying Tables
- Grouping Data in Tables
- Using Customized Controls in Tables
See an example: The SampleComponents catalog, included with Designer, contains reports that have examples of how you could use each component type in a report. For the table component example, open <install_root>\Demo\Reports\SampleComponents\TableReport.cls
.