Represents service for report generation and getting data about generated report. Remote mode.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class ReportServiceRemote : ReportService
Visual Basic (Declaration)
Public Class ReportServiceRemote _
	Inherits ReportService
Visual C++
public ref class ReportServiceRemote : public ReportService

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      PerpetuumSoft.ReportingServices.Viewer.Server..::.ReportService
        PerpetuumSoft.ReportingServices.Viewer.Server..::.ReportServiceRemote

See Also