Report building basics

Last modified: January 26, 2022

To start working with the reports, you can use the Report Designer toolbar.

Report Designer toolbar

Every report consists of bands, and every band contains report controls inside it. Reports can be either bound to data or unbound. Unbound reports may contain text, images, etc. provided manually without using any data source.

Bound to data reports are used to present the required information in a readable form, so this is the most important feature of all report generators. To create a data-bound report, bind the report to a data source and then specify data-binding options for report controls.

A report can be created using Data Report Wizard or the Blank Data Report option. It is possible to save the created report to an RDB file. For more information, see How to save reports in SQL Server. If a report uses stylesheets, they can be saved to a REPSS file. Also, you can load styles from a created earlier REPSS file.

After a report was created, you can preview, save, or print it. The diagram illustrates the report’s life cycle in dbForge Query Builder:

Report Lifecycle

For more information about the report elements, see Report Bands and Report Controls.