|
The report structure consists of the ADO.Net dataset and the
crystal reports file. This walkthrough assumes that you have Visual
Studio.Net with the crystal designer installed in your computer.
You can use a similar method if you are doing your design using the
Crystal Reports native designer.
- Using Visual Studio.Net create a ADO.Net dataset with one table
and two columns: Name (string) and Email (string). This file is
supplied as c:\program
files\officeclip\7\officeclip\custom\API\Walkthru3\MemberD.xsd
.
- On the Solution window add a new file with type crystal report.
Right click on the report window and select "Database
Expert..." from the Database menu. Now expand the "Create
New Connection" and double click on "Database Files".
Select the MemberD.xsd file that you created in the above step. Now
add the two fields under Section 3(Details). Save the
report file.

|