Skip to content

Commit 4f63cec

Browse files
ighristovdimodi
andauthored
Update reporting.md (#1143)
* Update reporting.md Added info for Blazor Native Report Viewer, changed a bit the existing paragraph, explaining the old Blazor Viewer internally uses HTML5 Report Viewer. * list features as a list; convert outer list to sections * Update integrations/reporting.md * Update integrations/reporting.md Co-authored-by: Dimo Dimov <[email protected]>
1 parent b44156c commit 4f63cec

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

integrations/reporting.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,33 @@ position: 0
88

99
# Reporting
1010

11-
You can utilize the [Telerik Reporting](https://www.telerik.com/products/reporting) product to embed reporting functionality in your Blazor app. We provide the following components for easy integration (find detailed information in the respective articles that are part of the Telerik Reporting product documentation):
11+
You can utilize the [Telerik Reporting](https://www.telerik.com/products/reporting) product to embed reporting functionality in your Blazor app. We provide the following components for easy integration (find detailed information in the respective articles that are part of the Telerik Reporting product documentation).
1212

13-
* The [Telerik Blazor Report Viewer Component](https://docs.telerik.com/reporting/blazor-report-viewer) brings embedding a report preview functionality into you app. This includes previewing the pages of the resulting report document on screen, printing the report, exporting it into various formats (e.g., PDF, Word, Excel), searching its content or using any other interactivity features that the Telerik Reporting product offers. See the report viewer component into action in the [Dashboard Report Demo](https://demos.telerik.com/reporting/dashboard)
13+
* [Telerik Blazor Report Viewer](#telerik-blazor-report-viewer)
14+
* [Telerik Native Blazor Report Viewer](#telerik-native-blazor-report-viewer)
15+
* [Telerik Blazor Report Designer Component](#telerik-blazor-report-designer)
1416

15-
* The [Telerik Blazor Report Designer Component](https://docs.telerik.com/reporting/how-to-blazor-web-report-designer) brings embedding of the report designer tool into your Blazor application. This empowers your trusted end-users to edit existing or create new report definitions from scratch. See the report designer into action in the [Web Report Designer Demo](https://demos.telerik.com/reporting/designer)
17+
## Telerik Blazor Report Viewer
18+
19+
The [Telerik Blazor Report Viewer Component](https://docs.telerik.com/reporting/embedding-reports/display-reports-in-applications/web-application/blazor-report-viewer/overview) enables you to embed a report preview into you app. The component is built on top of our robust and reliable HTML5 Report Viewer - a JavaScript/jQuery widget with lots of customization options. See this report viewer component into action in the [Dashboard Report Demo](https://demos.telerik.com/reporting/dashboard). This report viewer includes the following functionality:
20+
21+
* Preview the pages of the resulting report document on screen;
22+
* Print the report;
23+
* Export the report into various formats (e.g., PDF, Word, Excel);
24+
* Search in the report content;
25+
* Use any other interactive features that the Telerik Reporting product offers.
26+
27+
## Telerik Native Blazor Report Viewer
28+
29+
The [Telerik Native Blazor Report Viewer Component](https://docs.telerik.com/reporting/embedding-reports/display-reports-in-applications/web-application/native-blazor-report-viewer/overview) is a report viewer built with **native Blazor components** from our Telerik UI for Blazor library (requires a valid license). This report viewer brings a fluent user experience that blends with the rest of your Blazor application using the same input controls and styling mechanism. The initial version of this viewer supports all the core functionality needed for previewing and exporting report documents.
30+
31+
## Telerik Blazor Report Designer
32+
33+
The [Telerik Blazor Report Designer Component](https://docs.telerik.com/reporting/how-to-blazor-web-report-designer) enables you to embed a Report Designer tool in your Blazor application. This empowers your trusted end-users to edit existing or create new report definitions from scratch. See the Report Designer into action in the [Web Report Designer Demo](https://demos.telerik.com/reporting/designer)
1634

1735

1836
## See Also
1937

2038
* [Dashboard Report Demo](https://demos.telerik.com/reporting/dashboard)
2139
* [Web Report Designer Demo](https://demos.telerik.com/reporting/designer)
22-
* [Blazor Grid Integration Sample](https://demos.telerik.com/blazor-ui/reporting-integration/grid-report)
40+
* [Blazor Grid Integration Sample](https://demos.telerik.com/blazor-ui/reporting-integration/grid-report)

0 commit comments

Comments
 (0)