Sets a service Url.

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

[Missing <param name="serviceUrl"/> documentation for "M:PerpetuumSoft.Reporting.WebViewer.Client.ReportViewer.SetServiceUrl(System.String)"]

See Also