This tutorial illustrates how to create a simple customer list report. These features are highlighted:
Creating a new reports project
Defining a datasource using Pick Data Provider Reporting Services
Defining a dataset to hold report data
Building a query to populate a dataset
Designing a report layout using a Table control
Modifying the layout and the query after creation
The following instructions are included:
|
Create a new reports project, add our first report to the project, and add a dataset to the report. | |
|
Build the query for our CustomerList report by selecting the file to query and then selecting the items in the file to include in the query. | |
|
Design the layout for our CustomerList report. | |
|
Preview the CustomerList report. | |
|
Modify the CustomerList report to suit your needs. |