🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@progress/telerik-angular-native-report-viewer-dev

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/telerik-angular-native-report-viewer-dev

Progress® Telerik® Native Report Viewer for Angular

latest
npmnpm
Version
30.26.615
Version published
Maintainers
1
Created
Source

Progress® Telerik Native Report Viewer component for Angular

This package is part of Telerik Reporting.

Report authors now will be able to seamlessly implement report preview functionality using a native Angular report viewer control, so that the end-users get the best possible UX from perfectly blending UI controls when using Kendo UI for Angular and Telerik Reporting into an application. Leveraging the power of Angular, this viewer provides a responsive and dynamic reporting interface, ensuring an optimal user experience across various devices.

The viewer is built with Kendo UI for Angular components library and requires a valid Kendo UI for Angular or DevCraft license.

Telerik Native Angular Report Viewer provides the rich functionality of the rest of the Telerik Reporting Report Viewer implementations, without depending on jQuery library.

Major features:

  • Preview Telerik Reports in desktop or mobile browsers.

  • Browse the report pages on screen.

  • Navigate through the history of visited reports.

  • Use built-in interactivity features such as navigating to external URLs, other reports or bookmarks, performing drill-down actions, sorting by table columns, etc.

  • Print or export the report to supported formats including PDF, Word, Excel, and PowerPoint.

  • Use the viewer's API for customizing and extending its behavior.

Requirements

Add to an Angular project

  • Install the package using the -f flag - npm install -f @progress/telerik-angular-native-report-viewer
  • ng add the Angular localize package - Add the localize package.
  • import the ReportingAngularViewerModule in the application root module:
  • import a Kendo theme in the component's styles, e.g. Kendo UI Default - Styling & Themes - Overview - Kendo UI for Angular (telerik.com)
  • Now, the viewer can be rendered in your project's components through the reporting-angular-viewer selector:
<reporting-angular-viewer
    #report
    [reportSource]="{
        report: 'Report Catalog.trdx',
        parameters: {}
    }"
    serviceUrl="https://demos.telerik.com/reporting/api/reports"
    viewMode="interactive"
    [keepClientAlive]="true">
</reporting-angular-viewer>

Example

Telerik Reporting installer deploys a runnable project of Telerik Native Angular Report Viewer in folder %programfiles(x86)%\Progress\Telerik Reporting Rr YYYY\Examples\Angular\native-angular-report-viewer-example. Rr YYYY denotes the current release and year, e.g. 'R3 2023'.

License

IMPORTANT This is commercial software. You must agree to the Telerik End User License Agreement for Telerik Reporting and to the license agreements of its dependencies in order to use it.

If you do not own a commercial license, the use of this product and its Kendo UI for Angular dependency shall be governed by the respective trial licenses' terms.

Telerik Reporting and Kendo UI for Angular require activation using a license key — this applies to both the trial and commercial versions of the products.

You have two purchase options to obtain the necessary commercial licenses:

For more information on licensing, configuration, and troubleshooting, refer to the product documentation's License section.

Copyright © 2026 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.

Keywords

Progress

FAQs

Package last updated on 16 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts