Sets Url for connection to service.

Namespace: PerpetuumSoft.Reporting.WebViewer.Client
Assembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetServiceUrl(
	string serviceUrl
)
Visual Basic
Public Sub SetServiceUrl ( _
	serviceUrl As String _
)
Visual C++
public:
void SetServiceUrl(
	String^ serviceUrl
)

Parameters

serviceUrl
Type: System..::..String
Service Url.

See Also