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

routeName
routeParameters

Glossary Item Box

Syntax

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

Parameters

routeName
routeParameters

See Also