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
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.
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
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.
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
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.