Challenge: I am pretty much ok with Telerik ASP.NET or ASP.NET AJAX but I have no nothing about this Telerik Reporting. Solution: 1) How to Chart Binded from ObjectDataSource plus utilising ItemDataBinding: http://kure256.wordpress.com/2009/03/15/telerik-reporting-report-with-subreports-and-chart-binded-from-objectdatasource/ 2) Couple web code: Telerik.Reporting.Report report = new EUCTVIReports.ConsolidatedReport(); (report as EUCTVIReports.ConsolidatedReport).pctrbxdtlMain.Value = imageURL; this.rprtvwrGraph.Report = report; Note: The modifier of pctrbxdtlMain [...]