Represents service for report generation and getting data about the generated report.

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 abstract class ReportService : Component, 
	IReportService, IReportServiceResources
Visual Basic (Declaration)
Public MustInherit Class ReportService _
	Inherits Component _
	Implements IReportService, IReportServiceResources
Visual C++
public ref class ReportService abstract : public Component, 
	IReportService, IReportServiceResources

Remarks

This is an abstract class and it cannot to be instanced directly.

Inheritance Hierarchy

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

See Also