Initializes a new instance of the ReportServiceResourcesClient class

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 ReportServiceResourcesClient(
	string endpointConfigurationName,
	EndpointAddress remoteAddress
)
Visual Basic (Declaration)
Public Sub New ( _
	endpointConfigurationName As String, _
	remoteAddress As EndpointAddress _
)
Visual C++
public:
ReportServiceResourcesClient(
	String^ endpointConfigurationName, 
	EndpointAddress^ remoteAddress
)

Parameters

endpointConfigurationName
Type: System..::.String
remoteAddress
Type: System.ServiceModel..::.EndpointAddress

See Also