Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.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.ReportingServices.Viewer.Client.ReportService..::.ReportServiceClient

See Also