Classe ReportViewer

Encapsulates the methods and properties used for the ReportViewer control.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

Osservazioni

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 can 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.

NoteNota

For more information about using the ReportViewer Web server control in a Web farm or without session state, see Impostazioni di Web.config per ReportViewer.

Gerarchia di ereditarietà

System.Object
   System.Web.UI.Control
     System.Web.UI.WebControls.WebControl
       System.Web.UI.WebControls.CompositeControl
        Microsoft.Reporting.WebForms.ReportViewer

Protezione dei thread

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms