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:
Render the desired value in a gauge tool of your choice.
Capture or export the image.
Use the PictureBox item to display the image in your report.