Tools used in this example: 1. C# Express 2008 2. MS SQL Server Express 2005 3. Crystal Reports 10 I. Create the Report File 1. Click on File->New and select "As blank report" (The Database Expert wizard shows) 2. Expand the "Create New Connection" folder, and expand OLE DB (ADO). A window will appear. 3. On the Provider section, look for SQL Native Client. Select it and click Next. 4. On the Data Source combo box, type in the name of your server. (Mine is RIXX\SQLExpress) 5. Select the Integrated Security checkbox so that it uses your windows account for authentication. 6. Choose your database from the Database combo box and click finish. I have a database with the following attributes: Name: TestDB1 Tables: TestTable1 Columns: Id, Description Data: Id Description 1 aaa 2 bbb 3 ccc 4 ddd 5 eee 7. Add your tables to the Selected Tables section a...