Crystal Reports Online Training

Learn Online, Anytime, Anywhere

Step-by-step online tutorials.

1.05 Tutorial 1-1. Printing Your First Report

Tutorial 1-1. Printing Your First Report

This lesson walks you through the steps of creating a new report. You will see how easy it is to use the Report Creation Wizard to make a simple report. When you are finished, you will have created and printed out a report that shows employee names.

  1. Open Crystal Reports and make sure you are on the Start Page.
  2. Click on the Standard Report Wizard link. This is the first option under the New Reports column in the middle of the page.

After clicking on this link, the Standard Report Creation Wizard opens. This wizard walks you through the steps of creating a new report. The first step is to select the data source.

  1. Double-click on the Create New Connection folder to expand it.
  2. Double-click on the Access/Excel (DAO) selection. This opens the Access/Excel (DAO) dialog box that lets you find the file to use as a data source.
  3. Click on the button to the right of the Database Name textbox and navigate to the Xtreme.mdb database. It is located at:

C:\Program Files\Business Objects\Crystal Reports 11\Samples\en\ Databases\ xtreme.mdb.
If you have CR 2008/2011, the database has to be downloaded from SAP. You can download the sample reports here:
Xtreme.mdb Link

  1. Click the OK button to select this database.


  1. Click the Finish button to close the dialog box.
  2. Expand the Tables selection to see the tables in the database.
  3. Click on the Employee table name to select it.
  4. Click on the Right arrow to move the Employee table to the Selected Tables list.
  5. Click on the Employee Addresses table name to select it.
  6. Click on the Right arrow to move the Employee Addresses table to the Selected Tables list.


  1. Click the Next button at the bottom to save the tables.

The Link dialog appears showing you the field(s) the two tables are joined by. In this example the Employee ID field links the Employee table to the Employee Address table. You’ll learn more about linking tables in Chapter 10 on databases.


  1. Click the Next button to accept the default link. The Fields dialog appears showing all the fields from each table. To add fields to the report, you would move fields from the Available Fields list to the Fields to Display list on the right.
  2. Click on the following fields and then click on the Right arrow button to move them to the Fields to Display list: Employee ID, Last Name, First Name, City, and Region.


  1. Click the Next button to save these fields.

The Grouping dialog appears showing the fields that were selected in the previous step. We will look at grouping and sorting records in Chapter 3. Click the Next button for now.

The Record Selection dialog determines which records from the database get displayed. We will cover this in more detail later in the book and not make any changes for this tutorial.

  1. Click the Next button to move forward.

The Template dialog appears so you can choose from a list of pre-determined report formats to make your report look good. Crystal Reports comes with over a dozen different styles to choose from. As you click on each template, the preview area to the right shows an example of what the report would look like.


  1. You can select one of the templates to automatically format your report to look a certain way. In this example click on the No Template option to keep things simple. You can go back later and experiment with the other templates.

Click the Finish button and Crystal Reports will create the report and preview it.


The report lists each field in its own column and each column has a header caption.

  1. Let’s give the report a title so that we know what it is. On the application menu, select File | Summary Info. This opens the Document Properties dialog.
  2. Enter Employee List as the title.


  1. Click the OK button to update the report tab.
  2. On the application menu select File | Print to print the report. The report will print out on your default printer.
  3. Save report as Employee List.rpt.
  4. If you want to make more changes to the report’s design, click on the Design tab above the report. This shows each section of the report and the report objects in each section. The details of modifying the report design are covered throughout the book.