# View ActiveReports

Develop powerful and lightweight web applications using ASP.NET MVC controls. Learn more about the ComponentOne MVC controls in ASP.NET MVC documentation.

## Content

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](/componentone/docs/mvc/online-mvc/workwithcontrols/FlexReportViewer/FlexViewer/FlexViewerQuickStart).

1. Under **Views**, right-click the **Report** folder, and then select **Add \| New Item\.\.\.** to open the Add New Item dialog.
2. Under **Installed \| Templates**, select **Visual C\# \| Web \| C1 ReportViewer View Page** to open the C1 MVC ReportViewer dialog.
3. In the **C1 MVC ReportViewer** dialog, select **Report in ActiveReports report service** option.
    ![](https://cdn.mescius.io/document-site-files/images/2b3ac322-100e-4637-958d-fb40dcda3f44/images/reportviewer_activereports.png)
4. 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**
5. In the Report path, enter the path of the report. In our case, we used **Reports/RDL Reports/TOC/Movie Catalog.rdlx**.
6. Click **OK**. The View page is created.