combit List & Label 29 - .NET Help
combit.Reporting.Web.WebReportDesigner.Server Namespace / WebReportDesignerConfig Class / RegisterRoutes Method
RouteTable of the application, usually the value of RouteTable.Routes.
Route name for the Web Report Designer. Default is 'WebReportDesigner'.
Route prefix for the Web Report Designer. Default is 'WebReportDesigner'.


In This Topic
    RegisterRoutes Method (WebReportDesignerConfig)
    In This Topic
    Registers the routes that are required for the Web Report Designer.
    Syntax
    'Declaration
     
    
    Public Shared Sub RegisterRoutes( _
       ByVal routes As RouteCollection, _
       Optional ByVal webReportDesignerRouteName As String, _
       Optional ByVal webReportDesignerRoutePrefix As String _
    ) 

    Parameters

    routes
    RouteTable of the application, usually the value of RouteTable.Routes.
    webReportDesignerRouteName
    Route name for the Web Report Designer. Default is 'WebReportDesigner'.
    webReportDesignerRoutePrefix
    Route prefix for the Web Report Designer. Default is 'WebReportDesigner'.
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also