ActiveReports 13
GetRouteUrl(RouteValueDictionary) Method

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class > GetRouteUrl Method : GetRouteUrl(RouteValueDictionary) Method
The route parameters.
Gets the URL that corresponds to a set of route parameters.
Syntax
'Declaration
 
Public Overloads Function GetRouteUrl( _
   ByVal routeParameters As RouteValueDictionary _
) As String
public string GetRouteUrl( 
   RouteValueDictionary 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