Skip to content

Files

Latest commit

0573655 · Feb 11, 2025

History

History
40 lines (24 loc) · 2.08 KB

integration-with-vs-code.md

File metadata and controls

40 lines (24 loc) · 2.08 KB
title page_title description slug tags published position
Integration with VS Code
Integration with VS Code
The Telerik Reporting Productivity Tools Extension for Visual Studio Code provides scaffolding for the Telerik Reporting native Angular viewer.
integration-with-vs-code
integration, vscode, report, viewer, angular
true
1

Visual Studio Code Integration

The Telerik Reporting Productivity Tools Extension for Visual Studio Code provides scaffolding for the Telerik Reporting native Angular viewer.

To create a new test app, you can use the Angular CLI:

ng new ReportingAngularApp

1. In VS Code, in the Explorer, within your Angular application source folder, right-click where you want to add a reporting component and select New Telerik Reporting Angular Project Item:

New Telerik Reporting Angular Project Item

2. VS Code will prompt you that @progress/telerik-reporting-schematics is missing. To install it, click npm i ... in the prompt.

Telerik Reporting Schematics

3. The Telerik Reporting Angular Scaffolding wizard will open, showing the available Angular component options.

Telerik Reporting Angular Scaffolding Wizard

4. Configure your preferred options and click Create. This will generate an Angular component with a pre-configured Telerik Reporting Native Angular report viewer.

 Telerik Reporting Native Angular Report Viewer

5. Include the new component in your project. Add it to your routing or to the HTML of an existing component.

See Also

  • [Adding the Native Angular Report Viewer with the Project Item Generator]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/native-angular-report-viewer/integrating-with-project-item-generator%})