The Report Viewer Control
The report viewer control is a new feature of Visual Studio 2005. The report viewer makes it easy to embed reports directly into your application. It’s important to understand that this control operates in two modes. Using the server side mode you can easily connect and display reports that are housed in the SQL Server Reporting Services back end infrastructure. The client mode allows the creation and distribution of reports that are embedded and travel within the application. In this video that can be viewed here, we take a look at how this control can be used to create a simple client side report.
<View the Report Viewer Control>