Gets or sets reports WCF service url. This is a dependency property. Implements ServiceUrl()()().

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
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:
virtual property String^ ServiceUrl {
	String^ get () sealed;
	void set (String^ value) sealed;
}

See Also