I have a simple bar chart in an SSRS 2008 R2 report which is rendered using the VS2008 ReportViewer control in my ASP.NET AJAX application. By default, when the report is exported to Excel, the chart is represented in Excel as an image. Is it possible to have the chart rendered as an actual Excel chart, not an image?
My ultimate goal here is to get the chart into Excel in an editable format. I'm trying to avoid building the Excel sheet programmatically, if possible.
Any possible approaches or info would be greatly appreciated.
Thanks, Tom