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

RadGridView with image export to PDF

2 Answers 79 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sridhar
Top achievements
Rank 1
Sridhar asked on 26 Sep 2012, 10:32 AM
Hi, 

  I have used the Telerik GridView Export to PDF demo to export the grid view in to PDF, however I would like to know if I can also export an image shown in the GridView as PDF. Is this possible?

Regards
Sridhar

2 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 26 Sep 2012, 12:39 PM
Hi Sridhar,

 Yes it is possible. You could check this forum thread for an example.

Greetings,
Didie
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Sridhar
Top achievements
Rank 1
answered on 26 Sep 2012, 01:50 PM
Hi Didie,

  Thanks for the quick reply. I looked at the thread you mentioned. I have already tried to do what the WPF demo shows in Silverlight. The problem I have is streaming an image

 Stream stream = Application.GetResourceStream(new Uri(value, UriKind.Absolute)).Stream;

this line does not work as it says the URL cannot be absolute.

Any thoughts on this one?

Regards
Sridhar
Tags
GridView
Asked by
Sridhar
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Sridhar
Top achievements
Rank 1
Share this question
or