I trying to write a SQL Server report and I want to embed a chart image which is being rendered on the page. This is a big query so once the chart is rendered I dont want to run that again instead I will just use the rendered image path and use it in my report. So the question is how can I get that path ? I can see the image path when I see the view source on browser side but I want on the server side so that I can save that image path in session and use it in next page or SQL report.
Here is the answer I foun.
http://forums.infragistics.com/forums/p/2443/71524.aspx#71524