Automating the MOSS -SSRS site export.Hi,<br/><br/>We are developing a SSRS 2005 integrated with MOSS 2007 solution to create a dashboard with SSRS web parts.<br/>One requirement is to export the complete site view containing various web parts to PDF or an image on a schedule or triggered by another process.<br/><br/>Has anyone done anything similar? <br/>Can you provide some direction on how to achieve this?<br/><br/>Any help is appreciated . Thanks © 2009 Microsoft Corporation. All rights reserved.Tue, 30 Jun 2009 16:10:57 Z1013fe39-2f3d-4c83-b12b-f660fd4dea8fhttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/1013fe39-2f3d-4c83-b12b-f660fd4dea8f#1013fe39-2f3d-4c83-b12b-f660fd4dea8fhttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/1013fe39-2f3d-4c83-b12b-f660fd4dea8f#1013fe39-2f3d-4c83-b12b-f660fd4dea8fessbee12http://social.msdn.microsoft.com/Profile/en-US/?user=essbee12Automating the MOSS -SSRS site export.Hi,<br/><br/>We are developing a SSRS 2005 integrated with MOSS 2007 solution to create a dashboard with SSRS web parts.<br/>One requirement is to export the complete site view containing various web parts to PDF or an image on a schedule or triggered by another process.<br/><br/>Has anyone done anything similar? <br/>Can you provide some direction on how to achieve this?<br/><br/>Any help is appreciated . Thanks Mon, 29 Jun 2009 22:35:45 Z2009-06-29T22:35:45Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/1013fe39-2f3d-4c83-b12b-f660fd4dea8f#092290b4-d42a-442d-946a-90c61354964dhttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/1013fe39-2f3d-4c83-b12b-f660fd4dea8f#092290b4-d42a-442d-946a-90c61354964dAndré Lagehttp://social.msdn.microsoft.com/Profile/en-US/?user=Andr%u00e9%20LageAutomating the MOSS -SSRS site export.<span style="font-family:-webkit-monospace;font-size:13px;white-space:pre-wrap">Add a content editor WebPart and add this code: </span> <div><span style="font-family:-webkit-monospace;font-size:small"><span style="font-size:13px;white-space:pre-wrap"><br/></span></span></div> <div><span style="font-family:-webkit-monospace;font-size:13px;white-space:pre-wrap">&lt;script&gt; function printWindow(){ bV = parseInt(navigator.appVersion) if (bV &gt;= 4) window.print() } &lt;/script&gt; &lt;img src=&quot;/imagens/print_ico.jpg&quot; alt=&quot;Print This Page&quot;&gt; &lt;a href=&quot;javascript:printWindow()&quot;&gt;Print This Page&lt;/a&gt;  </span> <div><span style="font-family:-webkit-monospace;font-size:small"><span style="font-size:13px;white-space:pre-wrap"><br/></span></span></div> <div><span style="font-family:-webkit-monospace;font-size:13px;white-space:pre-wrap">Install PDF Creator http://sourceforge.net/projects/pdfcreator/  </span></div> <div><span style="font-family:-webkit-monospace;font-size:13px;white-space:pre-wrap">On print select PDF and you get page site as PDF  </span></div> <div><span style="font-family:-webkit-monospace;font-size:small"><span style="font-size:13px;white-space:pre-wrap"><br/></span></span></div> <div><span style="font-family:-webkit-monospace;font-size:13px;white-space:pre-wrap">Hope this help... </span></div> </div><hr class="sig">André Lage Microsoft SharePoint and CRM Consultant<br/> Blog:<a href="http://aaclage.blogspot.com">http://aaclage.blogspot.com</a><br/> Codeplex:<a href="http://spupload.codeplex.com/">http://spupload.codeplex.com/</a><a href="http://simplecamlsearch.codeplex.com/">http://simplecamlsearch.codeplex.com/</a>Mon, 29 Jun 2009 23:28:12 Z2009-06-29T23:28:12Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/1013fe39-2f3d-4c83-b12b-f660fd4dea8f#688facc7-3070-44cc-8755-5d6c4ae8a3d4http://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/1013fe39-2f3d-4c83-b12b-f660fd4dea8f#688facc7-3070-44cc-8755-5d6c4ae8a3d4essbee12http://social.msdn.microsoft.com/Profile/en-US/?user=essbee12Automating the MOSS -SSRS site export.thanks, but this would be provide a link to print/export the site as a PDF.<br/><br/>I am looking to automate this process without user interaction. At a certain time or triggerred by the some event, the reports would be executed and and the snapshot of the site would be stored in pdf/image.Tue, 30 Jun 2009 03:03:49 Z2009-06-30T03:03:49Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/1013fe39-2f3d-4c83-b12b-f660fd4dea8f#a84e8d91-fee8-42ce-9f34-0c98d61b840chttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/1013fe39-2f3d-4c83-b12b-f660fd4dea8f#a84e8d91-fee8-42ce-9f34-0c98d61b840cRaghavanShttp://social.msdn.microsoft.com/Profile/en-US/?user=RaghavanSAutomating the MOSS -SSRS site export.Hi essbee12,<br/><br/>My understanding:<br/>1) You have many reports created using SSRS and want to display them in the SharePoint<br/>2) You have many SSRS reports [say 4]<br/>3) You want to automate to create all the SSRS [4 reports] to be converted to a PDF<br/><br/>Are you having the SSRS integrated with SharePoint (or) just displaying the SSRS reports in the report viewer web part?<br/><br/>My Suggestion:<br/>1) SharePoint here is mainly used to display the report<br/>2) To automate the PDF creation, trying achieving the requirement in the SSRS end itself<br/>3) You can write .net console / windows app to achieve this <br/>4) Had the data been in SharePoint environment we can try to use SharePoint timer Job, but for your requirement i feel you can handle it without any SharePoint involvement<br/><br/>Hope this helps<hr class="sig">RaghavanTue, 30 Jun 2009 08:12:47 Z2009-06-30T08:12:47Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/1013fe39-2f3d-4c83-b12b-f660fd4dea8f#133e052d-e653-438c-be3d-7f017bd867bchttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/1013fe39-2f3d-4c83-b12b-f660fd4dea8f#133e052d-e653-438c-be3d-7f017bd867bcessbee12http://social.msdn.microsoft.com/Profile/en-US/?user=essbee12Automating the MOSS -SSRS site export.<p>Raghavan,</p> <p>The SSRS reports will be deployed in the report viewer web part. <br/><br/>Thanks for your suggestion.</p>Tue, 30 Jun 2009 16:10:57 Z2009-06-30T16:10:57Z