Crystal Reports Online Training

Learn Online, Anytime, Anywhere

Step-by-step online tutorials.

17.10 DataSets, DataTables, DataView and XML

Reporting From the DataSet, DataTable, DataView and XML

For purposes of simplifying this discussion, when referring to the any of the above data types, I’ll refer to them as only a dataset object. When there are any differences, I’ll make a note of it.

There are three steps for reporting from a dataset. The first step consists of creating a dataset and specifying it as the report’s data source. Then design the report using the fields from this dataset. The last step is passing the dataset to the report.

Steps
1. Define the dataset schema file.
2. Build the report using the dataset schema file as the data source.
3. Bind the dataset to the report.