ReportViewer 类
Encapsulates the methods and properties used for the ReportViewer control.
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll 中)
语法
声明
用法
备注
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.
继承层次结构
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
线程安全
此类型的所有公共静态(在 Microsoft Visual Basic 中共享)成员都是线程安全的。 但不能保证所有实例成员都是线程安全的。