Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
523
how to get the rendered chart's image path
posted

 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.