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

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public class ReportServiceBase : [T:], 
	IReportService, IReportServiceResources
Visual Basic (Declaration)
Public Class ReportServiceBase _
	Inherits [T:] _
	Implements IReportService, IReportServiceResources
Visual C++
public ref class ReportServiceBase : public [T:], 
	IReportService, IReportServiceResources

Inheritance Hierarchy

[T:]
  PerpetuumSoft.Reporting.Silverlight.Server..::.ReportServiceBase

See Also