ASP.NET Core MVC Controls | ComponentOne
Working with Controls / FlexViewer / ReportViewer / Using C1 MVC ReportViewer Template / View ActiveReports
In This Topic
    View ActiveReports
    In This Topic

    To view a ActiveReports, you need to configure your MVC application. Complete the following steps to add the view page to your application. For more information about using Report Viewer, see Using C1 ReportViewer Template.

    1. Under Views, add a folder named Report.
    2. Right-click the Report folder, and then select Add | New Item... to open the Add New Item dialog.
    3. Under Installed | Templates, select Visual C# | ASP.NET Core | C1 ReportViewer View Page (ASP.NET Core) and click Add to open the C1 MVC ReportViewer dialog.
    4. In the C1 MVC ReportViewer dialog, select Report in ActiveReports report service option.
    5. In the Service URL field, enter the service URL to access the reports. In our case, we used http://ardemos.grapecity.com/AR12-ReportsGallery/ActiveReports.ReportService.asmx.
    6. In the Report path, enter the path of the report. In our case, we used Reports/RDL Reports/TOC/Movie Catalog.rdlx.
    7. Click OK. The View page is created.