New to Telerik Reporting? Download free 30-day trial

Add a Dynamic Gauge in the Telerik Report Designer

Environment

Product Progress® Telerik® Reporting
Product Version R1 2023 SP1 (17.0.23.315) and older

With R2 2023 (17.1.23.606) we introduced the Gauge report item.

Description

I need to add a dynamic gauge that represents a specific value to my report.

Solution

After R2 2023 (17.1.23.606)

Use the built-in Gauge report item.

Before R2 2023 (17.1.23.606)

The Telerik Report Designer did not provide a built-in Gauge control in the older versions. As a workaround, you can use an image instead with these versions.

Alternatively, you can use another tool to render the gauge with the desired value. The following steps demonstrate how to add the Gauge for ASP.NET AJAX:

  1. Render the desired value in a gauge tool of your choice.
  2. Capture or export the image.
  3. Use the PictureBox item to display the image in your report.

See Also

In this article