Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.81 KB

reporting.md

File metadata and controls

40 lines (27 loc) · 2.81 KB
title page_title description slug position
Reporting
Reporting
Reporting for Blazor apps.
reporting-in-blazor
0

Reporting

You can utilize the Telerik 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).

Telerik Blazor Report Viewer

The Telerik Blazor Report Viewer Component 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. 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 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 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

See Also