A class for getting resources from server. The resources are needed for getting the report.

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 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.Reporting.Silverlight.Client.ReportService..::.ReportServiceResourcesClient

See Also