I have a web page that has 2 telerik radgrids and a rsweb:reportviewer... and need to export all to pdf. I can open a print window with window.open() that has all the contgrols rendered .. I need a way to click on a export to pdf button to create a pdf of the same. I can export the 2 radgrids together to a pdf but run into trouble trying add the reportviewer. What is the best and cheapest way to create a pdf from these objects that esseence has the same output as the window.open() which uses a div id element to mark the portion of the page to be used with window.open. high cost of license for a commercial web page.. I bassically only need to render the posrion of teh page with the above objexts to a pdf which can be prompted to open or "save as"... page has vb.net code behind
I have tried radeditor but can not have nested divs which I have to id the portion of page to be used in windows.open()
itextsharp isnt feasible due to the
Thank you in advance for any help