The Sample Files
In the download files for Chapter 6 (C:\CrystalReports\Chapter06\), you will find all of the data sets and reports used in this chapter:
Employee_Profile_Basic - This version is used as the starting point in two examples in this chapter
Employee_Profile_Table - The same as the basic version with a second table added to the report
Employee_Profile_SQLExp - The same as the basic version with a SQL Expression added to the report
SQLCommand - A report based on a Virtual Table created from a SQL command, discussed in Defining Virtual Tables, later in this chapter
Reporting_App_Dataset - An application that only contains a dataset.
Reporting_App_ViewData - An application that displays an ADO.NET dataset
Reporting_App - A report that takes its data from an ADO.NET dataset
If you have problems running these examples please read the sections in this chapter relating to the examples.