Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 22 additions & 4 deletions integrations/reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,33 @@ 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. 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 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)
## Telerik Blazor Report Viewer

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;
* 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) 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

* [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)
* [Blazor Grid Integration Sample](https://demos.telerik.com/blazor-ui/reporting-integration/grid-report)