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

スレッド セーフ

この型の public static (Visual Basic ではShared ) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

リファレンス

ServerReport メンバ
Microsoft.Reporting.WinForms 名前空間