ActiveReports 12
GetRouteUrl(String,Object) Method

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

Parameters

routeName
The name of the route.
routeParameters
The route parameters.

Return Value

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

Reference

WebViewer Class
WebViewer Members
Overload List