This tutorial illustrates how to create a dynamic report that allows you to query data from within the report. These features are highlighted:
Adding report parameters to dynamically query data from within the report
The following instructions are included:
|
Add a new CustomerInfo report to our SampleReports project, add a dataset to the report, and build the query for the report. | |
|
Design the layout for our CustomerInfo report. | |
|
Add a new item to a file to make the report more user-friendly. | |
|
Add the CustNumber report parameter to the CustomerInfo report. | |
|
Modify the CustomerInfo query string by referencing the CustNumber report parameter. |