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

RadHtmlChart

1 Answer 45 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Niranjan
Top achievements
Rank 1
Niranjan asked on 02 Nov 2015, 07:29 AM

How to Export to the Pdf ,word & csv

 

me tried and able to convert to pdf format 

and struct in downloading the file

 

Actually i am converting into .svg and then .pdf by using inkscape.

 

Please Help me in Asp.net Application

 

Thanks & Regards

Niranjan

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 03 Nov 2015, 11:24 AM

Hello Niranjan,

The following article explains how you can export RadHtmlChart to a PDF in the user's browser: http://docs.telerik.com/devtools/aspnet-ajax/controls/htmlchart/how-to/export-to-pdf-with-clientexportmanager. It relies on the ClientExportManager control that requires a modern browser and FileAPI.

On converting to csv - this is a data only format and it cannot be used for a chart. Thus, I advise you look into ways to export your actual data source to your user as you do not need a chart for this.

On converting to Word - if a PDF or an image do not suffice, you can send the exported png image to the server and embed it any document/file you wish: http://docs.telerik.com/devtools/aspnet-ajax/controls/clientexportmanager/how-to/save-exported-files.

Regards,

Marin Bratanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart (HTML5)
Asked by
Niranjan
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or