TimeTracker Reports

As noted earlier, we are going to use Microsoft SQL Server Reporting Services (SSRS) in this chapter. Unfortunately, if you want to create a new report for SSRS right now, you can't use Visual Studio 2010 as Microsoft hasn't yet provided integration between the two products. The only way you can create a new SSRS report is to open the Visual Studio 2008 shell installed with SSRS and create a new report project from there. Then you can publish your reports and display them within your WPF application.

First Report: EmployeeListReport

The first report you'll create is the list of employees that will be used to print a summary list of the employees in the database. Then you'll apply some style and layout to the report.

To start, ...

Get Applied WPF 4 in Context now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.