Skip to main content

Define Report Layout (Table and Vertical Report)

  • 2 minutes to read

On this page, you can specify options to generate the report layout.

Select Queries

Select queries for the report and its detail reports. If you selected the Table Report and bound it to a database, the query list can also contain master-detail relationships.

  • If you select one query, the wizard assigns it to the report’s XtraReportBase.DataMember property.
  • If you select two or more queries, the wizard creates the Detail Report Band for each query at the same hierarchical level and assigns the band’s DataMember property to the corresponding query.
  • If you select a master-detail relationship, the wizard creates the Detail Report Band under the corresponding master report and assigns the band’s DataMember property to this relationship’s name.

Select Data Fields

Choose data fields from the selected queries to display them in the report.

Click Finish if you do not need to group fields and/or display summaries. The created report looks similar to the image below.

Add Group Fields

Click the Add Group button and select data fields in the drop-down list.

Use arrow buttons to change the group order.

The following image demonstrates group types:

Reports-GroupingConcept

You can stop the wizard at this step and get the report layout similar to the image below.

Add Summary Fields

To add a summary, select a data field (numeric, date-time or Boolean) and summary function(s).

  • Table Reports display summaries in the Report Footer an Group Footers.
  • Vertical Reports display summaries in the Vertical Total band.

Select the Ignore null values checkbox to do not take data fields’ empty values into account. Otherwise, these values are treated as zeros for numeric and Boolean fields and the earliest system date is used for date-time fields.