Example: Creating an SSRS report based on an IDO
This example, which you can also use as a short tutorial, creates a report based on an Intelligent Data Object (IDO) that displays data from a "UserTask" table. This simple report will be designed to list tasks, grouped by user.
This example assumes that you are using Visual Studio 2008 or SQL Server Business Intelligence Development Studio. Note that the steps would be very similar if you were to use Report Builder 3.0.
Although this example provides the procedural steps for using these tools, this is not to be considered a tutorial on how to use these tools. For information on how best to use these tools, see their respective product documentation.
To create an SSRS report based on an IDO, perform these procedures:
Although the SSRS report definition file has been created and deployed, you still cannot generate the report, either manually or automatically. Before you can do that, you must:
- Create the report criteria form that allows users to specify the data they want to include in the report output.
- If you want to have the report generated automatically, create a background task definition and schedule a background task.