Gets or sets the WCF Service URL.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.Utils
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public string ServiceUrl { get; set; }
Visual Basic (Declaration)
Public Property ServiceUrl As String
Visual C++
public:
property String^ ServiceUrl {
	String^ get ();
	void set (String^ value);
}

See Also