8.2. Report Viewer ControlThe report viewer control is a freely distributable control that lets you embed Reporting Services functionality into a .NET application. The control is called ReportViewer, ships with Visual Studio 2005, and is located in the Data section of the Toolbox in the Visual Studio 2005 IDE. Follow these steps to build an example that uses the report viewer control.
You can control and change the report at runtime by modifying the properties of the control's ServerReport objectexposed through the ServerReport property. |