New to Telerik Reporting? Download free 30-day trial

Add a Dynamic Gauge in the Telerik Report Designer

Environment

Product Version All
Product Progress® Telerik® Reporting

Description

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

Solution

By design, the Telerik Report Designer does not provide a built-in Gauge control. However, as a workaround, you can use an image instead.

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.

In this article