ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnet.Viewer Assembly / GrapeCity.ActiveReports.Aspnet.Viewer Namespace / ConfigureExtensions Class / UseReportViewer Method / UseReportViewer(IAppBuilder,IReportViewerBackendApi) Method

In This Topic
    UseReportViewer(IAppBuilder,IReportViewerBackendApi) Method
    In This Topic
    Configures middleware for ActiveReports viewer API.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub UseReportViewer( _
       ByVal app As Owin.IAppBuilder, _
       ByVal customApi As IReportViewerBackendApi _
    ) 
    public static void UseReportViewer( 
       Owin.IAppBuilder app,
       IReportViewerBackendApi customApi
    )

    Parameters

    app
    customApi
    See Also