ActiveReports 12
ResolveUrl Method

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : ResolveUrl Method
The URL associated with the System.Web.UI.Control.TemplateSourceDirectory property.
Converts a URL into one that is usable on the requesting client.
Syntax
'Declaration
 
Public Function ResolveUrl( _
   ByVal relativeUrl As String _
) As String
public string ResolveUrl( 
   string relativeUrl
)

Parameters

relativeUrl
The URL associated with the System.Web.UI.Control.TemplateSourceDirectory property.

Return Value

The converted URL.
Exceptions
ExceptionDescription
Occurs if the relativeUrl parameter contains null.
See Also

Reference

WebViewer Class
WebViewer Members