From 5bf2eb6bfdb965597b422fcf33caabdf4c5d2163 Mon Sep 17 00:00:00 2001 From: Ivan Hristov Date: Mon, 12 Sep 2022 13:36:22 +0300 Subject: [PATCH 1/4] 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. --- integrations/reporting.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/integrations/reporting.md b/integrations/reporting.md index 5307cedc95..72b4368210 100644 --- a/integrations/reporting.md +++ b/integrations/reporting.md @@ -10,7 +10,9 @@ position: 0 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): -* 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) +* 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. This component is built on top of our robust and reliable HTML5 Report Viewer - a JavaScript/JQuery widget with lots of customization options. See the report viewer component into action in the [Dashboard Report Demo](https://demos.telerik.com/reporting/dashboard) + +* 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 stylization mechanism. The initial version of this viewer supports all the core functionality needed for previewing and exporting report documents. * 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) @@ -19,4 +21,4 @@ You can utilize the [Telerik Reporting](https://www.telerik.com/products/reporti * [Dashboard Report Demo](https://demos.telerik.com/reporting/dashboard) * [Web Report Designer Demo](https://demos.telerik.com/reporting/designer) -* [Blazor Grid Integration Sample](https://demos.telerik.com/blazor-ui/reporting-integration/grid-report) \ No newline at end of file +* [Blazor Grid Integration Sample](https://demos.telerik.com/blazor-ui/reporting-integration/grid-report) From 2d290edba56f422ec131f8925929be0022139fd6 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 13 Sep 2022 09:29:21 +0300 Subject: [PATCH 2/4] list features as a list; convert outer list to sections --- integrations/reporting.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/integrations/reporting.md b/integrations/reporting.md index 72b4368210..ff22605b52 100644 --- a/integrations/reporting.md +++ b/integrations/reporting.md @@ -8,13 +8,29 @@ position: 0 # Reporting -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): +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). -* 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. This component is built on top of our robust and reliable HTML5 Report Viewer - a JavaScript/JQuery widget with lots of customization options. See the report viewer component into action in the [Dashboard Report Demo](https://demos.telerik.com/reporting/dashboard) +* [Telerik Blazor Report Viewer](#telerik-blazor-report-viewer) +* [Telerik Native Blazor Report Viewer](#telerik-native-blazor-report-viewer) +* [Telerik Blazor Report Designer Component](#telerik-blazor-report-designer) -* 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 stylization mechanism. The initial version of this viewer supports all the core functionality needed for previewing and exporting report documents. +## Telerik Blazor Report Viewer -* 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) +The [Telerik Blazor Report Viewer Component](https://docs.telerik.com/reporting/blazor-report-viewer) 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: + +* Preview the pages of the resulting report document on screen; +* Print the report; +* Export the report into various formats (e.g., PDF, Word, Excel); +* Search in the report content; +* Use any other interactive features that the Telerik Reporting product offers. + +## Telerik Native Blazor Report Viewer + +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. + +## Telerik Blazor Report Designer + +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) ## See Also From a16c79095c4930482066cd679135683e0fdd7f69 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 13 Sep 2022 13:56:58 +0300 Subject: [PATCH 3/4] Update integrations/reporting.md --- integrations/reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/reporting.md b/integrations/reporting.md index ff22605b52..24f3e152a6 100644 --- a/integrations/reporting.md +++ b/integrations/reporting.md @@ -16,7 +16,7 @@ You can utilize the [Telerik Reporting](https://www.telerik.com/products/reporti ## Telerik Blazor Report Viewer -The [Telerik Blazor Report Viewer Component](https://docs.telerik.com/reporting/blazor-report-viewer) 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: +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: * Preview the pages of the resulting report document on screen; * Print the report; From 9582d4ddff6224869c20e9eee997c0063dd3e363 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 13 Sep 2022 13:58:07 +0300 Subject: [PATCH 4/4] Update integrations/reporting.md --- integrations/reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/reporting.md b/integrations/reporting.md index 24f3e152a6..a2f808d3eb 100644 --- a/integrations/reporting.md +++ b/integrations/reporting.md @@ -30,7 +30,7 @@ The [Telerik Native Blazor Report Viewer Component](https://docs.telerik.com/rep ## Telerik Blazor Report Designer -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) +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) ## See Also