Public Class ReportViewer Inherits UserControl
Dim instance As ReportViewer
public class ReportViewer : UserControl
public ref class ReportViewer : public UserControl
public class ReportViewer extends UserControl
This control shows the report and its associated user interface. The control’s design time appearance can show a parameters area, a blank document map, a toolbar, and a report area.
The control is able to work in either local or remote processing mode. In local processing mode, the control processes and renders the report locally. In remote processing mode, processing is done on a report server and displayed locally. The remote processing mode requires a Microsoft SQL Server 2005 instance of report server.