Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.78 KB

angular-report-viewer-and-netcore-service.md

File metadata and controls

43 lines (34 loc) · 1.78 KB
title page_title description type slug tags ticketid res_type
Using .NET or .NET Core Project to Host the Angular Report Viewer
Angular Report Viewer Hosted in .NET and .NET Core 3 Project
Learn how to host the Telerik Reporting Angular Report Viewer in a project targeting .NET or .NET Core.
how-to
angular-report-viewer-and-netcore-service
telerik, reporting, angular, reportviewer, use, dot, net, core, 3, project, as, service
1449037
kb

Environment

Product Version 13.0.19.116+
Product Progress® Telerik® Reporting
Report Viewer Angular

Description

How can I create a .NET Core 3 project which will be used as a service in the [Angular Report Viewer]({% slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/angular-report-viewer/angular-report-viewer-overview %})?

Solution

  1. To create a .NET Core project with an Angular application for the client, follow the steps in the article on implementing an Angular project with ASP.NET Core.
  2. Create the Angular Report Viewer as explained in the article on [using the Angular Report Viewer with Angular CLI]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/angular-report-viewer/how-to-use-angular-report-viewer-with-angular-cli%}).

Demo Project

You may download the sample application from our GitHub Reporting Samples repository. To run the demo, execute dotnet build and then dotnet run.