Reports service class.

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

Syntax

C#
public class ReportServiceClient : ClientBase<IReportService>, 
	IReportService
Visual Basic (Declaration)
Public Class ReportServiceClient _
	Inherits ClientBase(Of IReportService) _
	Implements IReportService
Visual C++
public ref class ReportServiceClient : public ClientBase<IReportService^>, 
	IReportService

Inheritance Hierarchy

System..::.Object
  System.ServiceModel..::.ClientBase<(Of <(IReportService>)>)
    PerpetuumSoft.Reporting.Silverlight.Client.ReportService..::.ReportServiceClient

See Also