@progress/telerik-react-report-viewer 26.25.716 → 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 +19 -7
- package/dist/dependencies/telerikReportViewer.js +1729 -350
- package/dist/dependencies/telerikReportViewerTemplate.html +8 -11
- 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 React
|
1
|
+
# Progress® Telerik Report Viewer component for React
|
2
2
|
|
3
3
|
This package is part of [Telerik Reporting](https://www.telerik.com/reporting).
|
4
4
|
|
@@ -6,18 +6,24 @@ This React component is a report viewer that will ensure straightforward embeddi
|
|
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
|
-
|
11
|
+
* Browse the report pages on screen.
|
12
|
+
|
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.
|
13
20
|
|
14
|
-
* Print or export the report to all the formats we support, including PDF and Excel
|
15
21
|
|
16
22
|
While the component is not native (the theming mechanism uses Kendo UI for jQuery
|
17
23
|
and has a dependency to jQuery itself), it brings reporting value to your React applications
|
18
24
|
in no time.
|
19
25
|
|
20
|
-
This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 19.
|
26
|
+
This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 19.2.25.813
|
21
27
|
|
22
28
|
## License
|
23
29
|
|
@@ -26,4 +32,10 @@ This version of the React Report Viewer requires Telerik Report Server or Teleri
|
|
26
32
|
|
27
33
|
If you do not own a commercial license, the use of this product shall be governed by the trial license terms.
|
28
34
|
|
29
|
-
Telerik Reporting
|
35
|
+
Telerik Reporting requires activation using a license key — this applies to both the trial and commercial versions of the product.
|
36
|
+
|
37
|
+
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).
|
38
|
+
|
39
|
+
_Copyright © 2025 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
|
40
|
+
|
41
|
+
_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._
|