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 ReportServiceResourcesClient : ClientBase<IReportServiceResources>, 
	IReportServiceResources
Visual Basic (Declaration)
Public Class ReportServiceResourcesClient _
	Inherits ClientBase(Of IReportServiceResources) _
	Implements IReportServiceResources
Visual C++
public ref class ReportServiceResourcesClient : public ClientBase<IReportServiceResources^>, 
	IReportServiceResources

Inheritance Hierarchy

System..::.Object
  System.ServiceModel..::.ClientBase<(Of <(IReportServiceResources>)>)
    PerpetuumSoft.ReportingServices.Viewer.Client.ReportService..::.ReportServiceResourcesClient

See Also