Initializes a new instance of the ReportServiceClient 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 ReportServiceClient(
	string endpointConfigurationName,
	string remoteAddress
)
Visual Basic (Declaration)
Public Sub New ( _
	endpointConfigurationName As String, _
	remoteAddress As String _
)
Visual C++
public:
ReportServiceClient(
	String^ endpointConfigurationName, 
	String^ remoteAddress
)

Parameters

endpointConfigurationName
Type: System..::.String
remoteAddress
Type: System..::.String

See Also