integrated report viewer webpart limitations, but not able to develop my ownHi,<br/><br/>the integrated report viewer web part to display reporting services reports in sharepoint is good... but limited!<br/>The web part do not support a dynamic report selection + connected parameters at the same time.<br/>My page display a filter web part and the list of the reports from a document library, I try to connect both web parts t o the report viewer web part (the same parameter coming from the filter web part as to be sent to a common parameter define in each report coming from my document library)<br/>But I'm not able to connect the filter web part after I connect the report list web part.<br/><br/>another issue I have: there is a lack of options to choose interactivity I want with the report (like exporting only, but not be able to print...) and also the system always use fixed size webpart, and I want a dynamic layout (the report as to take all the space possible, and I don't want the scroll bars)<br/><br/>so... conclusion... I'm looking for another report viewer webpart... or I have to create my own.<br/>unfortunatly, when I try to create a webpart where I add the reportviewer control, I got an unexpected error.<br/>And I have no idea why.<br/><br/>My current status in this development is simple: I have a simple web part where I just add the reportviewer control and I connect it to 1 report (later I'll add the interactivity required)<br/>But this simple webpart crash.<br/><br/>Anybody as some sample code to create a new reportviewer webpart?© 2009 Microsoft Corporation. All rights reserved.Wed, 01 Jul 2009 01:00:56 Z3dfc8ab5-496e-4783-98d2-501f2c5e35dehttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/3dfc8ab5-496e-4783-98d2-501f2c5e35de#3dfc8ab5-496e-4783-98d2-501f2c5e35dehttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/3dfc8ab5-496e-4783-98d2-501f2c5e35de#3dfc8ab5-496e-4783-98d2-501f2c5e35deWillgart1http://social.msdn.microsoft.com/Profile/en-US/?user=Willgart1integrated report viewer webpart limitations, but not able to develop my ownHi,<br/><br/>the integrated report viewer web part to display reporting services reports in sharepoint is good... but limited!<br/>The web part do not support a dynamic report selection + connected parameters at the same time.<br/>My page display a filter web part and the list of the reports from a document library, I try to connect both web parts t o the report viewer web part (the same parameter coming from the filter web part as to be sent to a common parameter define in each report coming from my document library)<br/>But I'm not able to connect the filter web part after I connect the report list web part.<br/><br/>another issue I have: there is a lack of options to choose interactivity I want with the report (like exporting only, but not be able to print...) and also the system always use fixed size webpart, and I want a dynamic layout (the report as to take all the space possible, and I don't want the scroll bars)<br/><br/>so... conclusion... I'm looking for another report viewer webpart... or I have to create my own.<br/>unfortunatly, when I try to create a webpart where I add the reportviewer control, I got an unexpected error.<br/>And I have no idea why.<br/><br/>My current status in this development is simple: I have a simple web part where I just add the reportviewer control and I connect it to 1 report (later I'll add the interactivity required)<br/>But this simple webpart crash.<br/><br/>Anybody as some sample code to create a new reportviewer webpart?Mon, 22 Jun 2009 15:37:17 Z2009-06-22T15:37:17Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/3dfc8ab5-496e-4783-98d2-501f2c5e35de#8e4efa44-8e92-4d0f-b332-9844e9c93b8chttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/3dfc8ab5-496e-4783-98d2-501f2c5e35de#8e4efa44-8e92-4d0f-b332-9844e9c93b8cThe Eaglehttp://social.msdn.microsoft.com/Profile/en-US/?user=The%20Eagleintegrated report viewer webpart limitations, but not able to develop my ownWell there is an approach I used before to get out of all limitation and security problems(instead of Web Parts):<br/>1-Convert the report from rdl to rdlc.See the following article:<br/><a href="http://msdn.microsoft.com/en-us/library/ms252109.aspx">http://msdn.microsoft.com/en-us/library/ms252109.aspx</a><br/><br/>2-Use VS2005 ReportViewer Control to view your report in an aspx page<br/>3-Put your aspx page in SharePoint Layouts folder(So you can open tese page from any site)<br/><br/>You may need to make some google searching for Customizing VS2005 ReportViewer Control for more features.It is realy easier than go through WebParts problems.<br/>I hope this way become helpfull for your problems...<hr class="sig">I am too late but i will never give upTue, 23 Jun 2009 14:56:57 Z2009-06-23T14:56:57Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/3dfc8ab5-496e-4783-98d2-501f2c5e35de#acf57e07-283b-4fc9-ba0f-574d9df0ae4fhttp://social.msdn.microsoft.com/Forums/en-US/sharepointbi/thread/3dfc8ab5-496e-4783-98d2-501f2c5e35de#acf57e07-283b-4fc9-ba0f-574d9df0ae4fWillgart1http://social.msdn.microsoft.com/Profile/en-US/?user=Willgart1integrated report viewer webpart limitations, but not able to develop my own<p>Hi,<br/><br/>finaly I have found the problem, its related to a appsetting config set by the installation of RS for sharepoint.<br/>once the appsetting is removed from the web.config, the webpart works fine. (the setting is rsmessage or something like this)<br/><br/>in fact the problem can also impact the the eagle solution and as to be applied in order to be able to display the reports correctly under WSS 3.0<br/><br/>also... I'm using RS2008, not 2005, so the report viewer is able to render reports stored in WSS directly without relying to an RDLC conversion.<br/><br/>now my webpart works perfectly.<br/><br/>Jerome.</p>Tue, 30 Jun 2009 10:36:02 Z2009-06-30T10:36:02Z