ActiveReports 10 Server Designer User Guide
Table Data
ActiveReports 10 Server Designer User Guide > Working with Tables > Table Data

A table has three regions: Table Header and Footer, Grouping Header and Footer and Details. Each region has specific behavior with each type of data. You can control whether to display Table Header, Details, and Table Footer rows on the Table Design Tools tab.

Control whether to display Group Header and Footer rows using the table adorners. See Adding a Group Header and Footer for more information.

When you place an attribute in the Details row, a static label appears automatically in the same column of the Table Header row. When you delete an attribute from the Details row, the corresponding static label remains in the Table Header row, so you must remove it manually.

Attributes in the Details row cause the row to repeat as many times as there are details. You can suppress the Details section for a summary report.

Aggregate attributes in Group Header or Footer rows summarize the data for the entire group. In Table Header or Footer rows, they summarize the data for the entire table.

Table Data Types

Icon Data Type Description
Numeric Attribute A numeric attribute that you can place in the Details row, the Group Header row, or the Group Footer row. Selecting a numeric field enables the Design tab toolbar's Number section.
Text Attribute A text attribute that you can place in the Details row, the Group Header row, or the Group Footer row.
Boolean Attribute An attribute with one of two values, True or False, that you can place in the Details row, the Group Header row, or the Group Footer row.
Date Attribute A date attribute that you can place in the Details row, the Group Header row, or the Group Footer row.
Aggregate Attribute

An attribute that summarizes your data in some way.

  • Avg displays an average of all the values in that level.
  • Max displays the maximum value encountered in that level.
  • Min displays the minimum value encountered in that level.
  • Total displays a total of all the values in that level.
  • First displays the earliest date encountered in that level for date attributes.
  • Last displays the latest date encountered in that level for date attributes.

You can place these in any row, including the Table Header row and the Table Footer row.

N/A Custom literal You can add static text to a table cell by clicking inside the cell.
See Also