This is a migrated thread and some comments may be shown as answers.

[Solved] Need to export the whole chart layout into Word,Excel and PDF like SSRS does

1 Answer 76 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 14 Apr 2009, 04:55 PM
Hello

I need to implement the functionality to export the whole chart layout into MS Word and MS excel and finally PDF like SSRS does.

Can anyone help as soon as please
Very urgent

1 Answer, 1 is accepted

Sort by
0
Dessy
Telerik team
answered on 17 Apr 2009, 02:02 PM
Hello John,

I am afraid that this functionality is not supported. I have replied in a forum thread similar to your question and  here is my answer:

"Unfortunately RadChart cannot be exported to Ms Excel. One option for you to export chart as an image -  use  'Save' method. 
Here is an example :
     RadChart1.Save(Server.MapPath(@"~/MyImage.png"), System.Drawing.Imaging.ImageFormat.Png);   

Then you can use this image as per your requirements.
"
Hope that helps.

Regards,
Dessy
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
John
Top achievements
Rank 1
Answers by
Dessy
Telerik team
Share this question
or