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

RADChart Control export to PDF

5 Answers 89 Views
Chart
This is a migrated thread and some comments may be shown as answers.
kanna
Top achievements
Rank 1
kanna asked on 27 Aug 2012, 12:24 PM
Hi,

I am using Silverlight chart control and in my page and is having N' Number of chart Controls and ASp.net gridview are available
I need to export all chart and grid controls in to a single PDF.Can you suggest to how to export all in to single PDF.

Regards,
Kannan S

5 Answers, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 30 Aug 2012, 08:03 AM
Hello Kannan,

Unfortunately such cross-platform export is not supported and it would not be possible to achieve the desired effect. This can be achieved for Silverlight charts and grids as demonstrated here.


Greetings,
Giuseppe
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
kanna
Top achievements
Rank 1
answered on 05 Sep 2012, 03:53 AM

Hi Giuseppe,

Thanks for your reply.I have converted those pages with Silverlight 5 and now I am using RadGridview and RadChart for Silverlight and each of them available in seperate user controls. When i am trying to export whole page with all user controls(Grid,Chart) in to one PDF that is not working. Can you please help me to give any working sample for my scenario.

 

Regards,

Kannan S

0
Giuseppe
Telerik team
answered on 05 Sep 2012, 10:43 AM
Hello Kannan,

We have attached a runnable sample application that demonstrates the approach used in the online example we referred to in our previous reply.

Hope this helps.


Regards,
Giuseppe
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
kanna
Top achievements
Rank 1
answered on 05 Sep 2012, 02:02 PM
Hi Giuseppe,

Thanks for your reply.My Case is different
I having a page with the below content.
UserControl1 with Grid
UserControl2 with Chart
UserControl3 with Chart
UserControl4 with Chart
UserControl5 with Chart
UserControl6 with Chart

All of the above included in a single Silverlight page and that main page is having a button when i am clicking the button i need to export the page content With PDF.
Can you Please suggest me a solution to resolve the problem.

Regards,
Kannan S

0
Giuseppe
Telerik team
answered on 10 Sep 2012, 11:45 AM
Hello Kannan,

You can use the same approach demonstrated in the sample application attached in our previous reply. The export code logic should be placed in your main page, and every user control should expose through public property the respective chart / grid instance that is placed in it, so it can be accessed from the main page code.


Kind regards,
Giuseppe
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Chart
Asked by
kanna
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
kanna
Top achievements
Rank 1
Share this question
or