Printer Friendly Version      Send     
Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
ServerReport Class 

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

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Visual Basic (Declaration)
Public NotInheritable Class ServerReport
	Inherits Report
	Implements ISerializable
Visual Basic (Usage)
Dim instance As ServerReport
C#
public sealed class ServerReport : Report, ISerializable
C++
public ref class ServerReport sealed : public Report, ISerializable
J#
public final class ServerReport extends Report implements ISerializable
JScript
public final class ServerReport extends Report implements ISerializable

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.WebForms.Report
    Microsoft.Reporting.WebForms.ServerReport
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker