ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer Namespace / ConfigureExtensions Class / UseReportDesigner Method / UseReportDesigner(IApplicationBuilder,IReportDesignerBackendApi) Method

In This Topic
    UseReportDesigner(IApplicationBuilder,IReportDesignerBackendApi) Method
    In This Topic
    Configures middleware for ActiveReports designer API.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub UseReportDesigner( _
       ByVal app As IApplicationBuilder, _
       ByVal api As IReportDesignerBackendApi _
    ) 
    public static void UseReportDesigner( 
       IApplicationBuilder app,
       IReportDesignerBackendApi api
    )

    Parameters

    app
    api
    See Also