ActiveReports 12
ResolveClientUrl Method

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : ResolveClientUrl Method
A URL relative to the current page.
Gets a URL that can be used by the browser.
Syntax
'Declaration
 
Public Function ResolveClientUrl( _
   ByVal relativeUrl As String _
) As String
public string ResolveClientUrl( 
   string relativeUrl
)

Parameters

relativeUrl
A URL relative to the current page.

Return Value

A fully qualified URL to the specified resource suitable for use on the browser.
Exceptions
ExceptionDescription
relativeUrl is null.
See Also

Reference

WebViewer Class
WebViewer Members