ActiveReports 12
GetRouteUrl(Object) Method

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class > GetRouteUrl Method : GetRouteUrl(Object) Method
The route parameters.
Gets the URL that corresponds to a set of route parameters.
Syntax
'Declaration
 
Public Overloads Function GetRouteUrl( _
   ByVal routeParameters As Object _
) As String
public string GetRouteUrl( 
   object routeParameters
)

Parameters

routeParameters
The route parameters.

Return Value

The URL that corresponds to the specified route parameters.
See Also

Reference

WebViewer Class
WebViewer Members
Overload List