This tutorial illustrates how to create a report that:
accesses multiple datasets from a single datasource
allows you to query data from within the report using multiple data query specifications
These features are highlighted:
Adding a second dataset using a single datasource on one report
Adding a Report Parameter using the new dataset
Modifying the query string to dynamically query the database at report runtime
Adding a Report Parameter and query string to allow partial string searches
The following instructions are included:
|
Add a new CustomerListByState report to our SampleReports project, add a dataset to the report, and build the query for the report. | |
|
Add the State report parameter to the CustomerInfoByState report. | |
|
Modify the CustomerInfoByState query string by referencing the State report parameter. | |
|
Add a feature to the CustomerInfoByState report that enables partial string searches. |