ServerReport 类

Represents a report that is processed and rendered on the report server.

命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll 中)

语法

声明
用法

备注

The ServerReport object serves as a proxy for a report on a report server. It processes reports at the report server, rather than locally. It can open Report Definition Language (RDL) files that have been published to the server.

The ServerReport object exposes additional functionality supported by the report server, including query parameters, and the ability to export reports to any format supported by the report server.

The ServerReport object requires a SQL Server 2005 version of Reporting Services, or later.

继承层次结构

System.Object
   Microsoft.Reporting.WinForms.Report
    Microsoft.Reporting.WinForms.ServerReport

线程安全

此类型的所有公共静态(在 Microsoft Visual Basic 中共享)成员都是线程安全的。 但不能保证所有实例成员都是线程安全的。

另请参见

参考

ServerReport 成员
Microsoft.Reporting.WinForms 命名空间