Sdílet prostřednictvím


ServerReport-Klasse

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

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
'Usage

Hinweise

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.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Siehe auch

Verweis

ServerReport-Member
Microsoft.Reporting.WinForms-Namespace