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