New to Telerik Reporting? Download free 30-day trial

Embedding Reports Overview

You can add reports to diverse types of web and desktop applications. The purpose of integrating Telerik Reporting into applications is to deliver interactive reports directly to your business system. The integration allows users to view and effortlessly export the report document to various formats.

This article offers a brief overview of the most popular approaches to integrate and use Telerik Reporting.

Displaying Reports in Applications

Telerik Reporting offers numerous ways to Display Reports in Applications. You can achieve this with the Report Viewer's UI components that are tailored for a specific technology, for example:

Web Applications

Desktop Applications

  • WinForms Report Viewer - a composite of standard Windows Forms controls that is suitable for WinForms and WPF projects.
  • WPF Report Viewer - a composite of Telerik UI for WPF controls that is suitable for WPF and WinForms projects.
  • WinUI Report Viewer - a composite of Telerik UI for WinUI desktop controls that is suitable for WinUI 3 projects.

Requirements

.NET 6 introduced a globalization-invariant mode which, if enabled, does not allow the creation of any culture except the invariant culture. The Report Engine relies on instantiating cultures to support localization, formatting, and unit conversion, so enabling invariant globalization will break the engine's functionality. Refer to the Only invariant culture is supported in globalization-invariant mode article for instructions on how to disable the Invariant Globalization mode.

Adding the Report Engine

There are many ways to add the report engine. You can Host the Report Engine Remotely, you can Call the Report Engine via APIs, or you can use the Telerik Report Server:

Generating Reports Remotely

Telerik Reporting Services - provide an Application Programming Interface (API) over HTTP to the report’s generation engine. It can be used by web and desktop report viewers as well as by any third-party client applications.

Generating Reports Locally

If you choose the Embedded Report Engine path, you can utilize the report engine by desktop report viewers or using dedicated APIs for each specific report engine implementation.

Telerik Report Server

Telerik Report Server is a server-based platform powered by Telerik Reporting that provides centralized storage for reports and comprehensive reports management.

Connect the Report Viewer to the Telerik Report Server’s engine:

Generating Custom Reports

Program the Report Definition section provides information for advanced report authors on how to generate reports programmatically using the provided API:

Next Steps

If you are just starting with Telerik Reporting, look at our First Steps article.

Wondering about specific report design? You might find helpful suggestions on how to present the data in Report Structure section.

Are you into ASP.NET Core? See how to display reports in a .NET Core application for Windows, Linux, and macOS platforms here - .NET Core Support.

In this article