Clase ReportViewer
Encapsula los métodos y las propiedades que utiliza el control ReportViewer.
Espacio de nombres: Microsoft.Reporting.WinForms
Ensamblado: Microsoft.ReportViewer.WinForms (en microsoft.reportviewer.winforms.dll)
Sintaxis
'Declaración
<DesignerAttribute("Microsoft.Reporting.WinForms.ReportViewerDesigner, Microsoft.ReportViewer.Design, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", GetType(IDesigner))> _
<SRDescriptionAttribute("ReportViewerDescription")> _
<DockingAttribute(DockingBehavior.Ask)> _
Public Class ReportViewer
Inherits UserControl
'Uso
Dim instance As ReportViewer
[DesignerAttribute("Microsoft.Reporting.WinForms.ReportViewerDesigner, Microsoft.ReportViewer.Design, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(IDesigner))]
[SRDescriptionAttribute("ReportViewerDescription")]
[DockingAttribute(DockingBehavior.Ask)]
public class ReportViewer : UserControl
[DesignerAttribute(L"Microsoft.Reporting.WinForms.ReportViewerDesigner, Microsoft.ReportViewer.Design, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(IDesigner))]
[DockingAttribute(DockingBehavior::Ask)]
public ref class ReportViewer : public UserControl
/** @attribute DesignerAttribute("Microsoft.Reporting.WinForms.ReportViewerDesigner, Microsoft.ReportViewer.Design, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IDesigner) */
/** @attribute SRDescriptionAttribute("ReportViewerDescription") */
/** @attribute DockingAttribute(DockingBehavior.Ask) */
public class ReportViewer extends UserControl
DesignerAttribute("Microsoft.Reporting.WinForms.ReportViewerDesigner, Microsoft.ReportViewer.Design, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IDesigner)
SRDescriptionAttribute("ReportViewerDescription")
DockingAttribute(DockingBehavior.Ask)
public class ReportViewer extends UserControl
Comentarios
Este control muestra el informe y su interfaz de usuario asociada. La apariencia de diseño del control puede mostrar un área de parámetros, un mapa vacío del documento, una barra de herramientas y un área de informes.
El control puede funcionar en modo de procesamiento local o remoto. En el modo de procesamiento local, el control procesa y representa el informe de modo local. En el modo de procesamiento remoto, el procesamiento se realiza en un servidor de informes y se muestra de forma local. El modo de procesamiento remoto requiere una instancia de Microsoft SQL Server 2005 del servidor de informes.
Jerarquía de herencia
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
Microsoft.Reporting.WinForms.ReportViewer
Seguridad de subprocesos
Todos los miembros estáticos (compartidos en Visual Basic) públicos de este tipo tienen subprocesos seguros. Los miembros de ninguna instancia tienen la garantía de que los subprocesos sean seguros.
Consulte también
Referencia
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WinForms