ActiveReports Developer 7
GetRouteUrl(String,RouteValueDictionary) Method
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class > GetRouteUrl Method : GetRouteUrl(String,RouteValueDictionary) Method

routeName
routeParameters

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetRouteUrl( _
   ByVal routeName As System.String, _
   ByVal routeParameters As System.Web.Routing.RouteValueDictionary _
) As System.String
C# 
public System.string GetRouteUrl( 
   System.string routeName,
   System.Web.Routing.RouteValueDictionary routeParameters
)

Parameters

routeName
routeParameters

See Also