Share via


Clase ServerReport

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

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

Comentarios

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.

Jerarquía de herencia

System.Object
   Microsoft.Reporting.WebForms.Report
    Microsoft.Reporting.WebForms.ServerReport

Seguridad de subprocesos

Todos los miembros (Compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Miembros ServerReport
Espacio de nombres Microsoft.Reporting.WebForms