@progress/telerik-angular-report-viewer 26.25.521 → 27.25.813
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +3 -1
- package/README.md +21 -10
- package/dist/dependencies/telerikReportViewer.js +1802 -400
- package/dist/dependencies/telerikReportViewerTemplate.html +11 -14
- package/package.json +2 -2
package/LICENSE.md
CHANGED
@@ -7,4 +7,6 @@ This package is part of [Telerik Reporting](http://www.telerik.com/reporting).
|
|
7
7
|
|
8
8
|
If you do not own a commercial license, the use of this product shall be governed by the trial license terms.
|
9
9
|
|
10
|
-
Telerik Reporting
|
10
|
+
Telerik Reporting requires activation using a license key — this applies to both the trial and commercial versions of the product.
|
11
|
+
|
12
|
+
Telerik Reporting licenses can be obtained through the [Telerik Reporting page](https://www.telerik.com/purchase/individual/reporting). For more information on licensing, configuration, and troubleshooting, refer to the product documentation's [License section](https://docs.telerik.com/reporting/licensing/setting-up-your-telerik-reporting-license-key).
|
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Progress Telerik Report Viewer component for Angular
|
1
|
+
# Progress® Telerik Report Viewer component for Angular
|
2
2
|
|
3
3
|
This package is part of [Telerik Reporting](https://www.telerik.com/reporting).
|
4
4
|
|
@@ -6,24 +6,35 @@ This Angular component is a report viewer that will ensure straightforward embed
|
|
6
6
|
The viewer is built as a wrapper of the Telerik Reporting HTML5 Report Viewer widget,
|
7
7
|
inheriting all its strengths, including:
|
8
8
|
|
9
|
-
*
|
9
|
+
* Preview Telerik Reports in desktop or mobile browsers.
|
10
10
|
|
11
|
-
*
|
12
|
-
drill-down or sort on a column, etc.
|
11
|
+
* Browse the report pages on screen.
|
13
12
|
|
14
|
-
*
|
13
|
+
* Navigate through the history of visited reports.
|
14
|
+
|
15
|
+
* Use built-in interactivity features such as navigating to external URLs, other reports or bookmarks, performing drill-down actions, sorting by table columns, etc.
|
16
|
+
|
17
|
+
* Print or export the report to supported formats including PDF, Word, Excel, and PowerPoint.
|
18
|
+
|
19
|
+
* Use the viewer's API for customizing and extending its behavior.
|
15
20
|
|
16
21
|
While the component is not native (the theming mechanism uses Kendo UI for jQuery
|
17
22
|
and has a dependency to jQuery itself), it brings reporting value to your Angular applications
|
18
23
|
in no time.
|
19
24
|
|
20
|
-
This version of the Angular Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 19.
|
25
|
+
This version of the Angular Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 19.2.25.813.
|
21
26
|
|
22
27
|
## License
|
23
28
|
|
24
|
-
**IMPORTANT** This is commercial software.
|
25
|
-
[Telerik End User License Agreement for Telerik Reporting](https://www.telerik.com/purchase/license-agreement/reporting-dlw-s)
|
29
|
+
**IMPORTANT** This is commercial software. To use it, you must agree to the
|
30
|
+
[Telerik End User License Agreement for Telerik Reporting](https://www.telerik.com/purchase/license-agreement/reporting-dlw-s).
|
31
|
+
|
32
|
+
If you do not have a commercial license, the usage of this product is governed by the trial license terms.
|
33
|
+
|
34
|
+
Telerik Reporting requires activation using a license key — this applies to both the trial and commercial versions of the product.
|
35
|
+
|
36
|
+
Telerik Reporting licenses can be obtained through the [Telerik Reporting page](https://www.telerik.com/purchase/individual/reporting). For more information on licensing, configuration, and troubleshooting, refer to the product documentation's [License section](https://docs.telerik.com/reporting/licensing/setting-up-your-telerik-reporting-license-key).
|
26
37
|
|
27
|
-
|
38
|
+
_Copyright © 2025 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
|
28
39
|
|
29
|
-
Telerik
|
40
|
+
_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._
|