Can we add a SQL Server reporting services Report viewer webpart in to visual studio ? can we use that into visual wepart ?
Hi Friends, I am Ali, I want to add the SQL Server reporting services Report Viewer webpart in visual webpart and want to Create two connectable web parts and connect it based on the report selected. 1. Created reports using with report builder 3.0, and created visual webpart with drop down list and here for every item gace the report link like as below protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { if (DropDownList1.Text == "Profile") { Response.Write("<script>window.navigate(" + "'http://avsdt03/sites/DemoSchool/CampusModules/Reports/Student/stu_profile.rdl'" + ",'FrameName');</script"); } else if (DropDownList1.Text == "Fee Receipt") { Response.Write("<script>window.navigate(" + "'http://avsdt03/sites/DemoSchool/CampusModules/Reports/Student/Stu_fee_Receipt.rdl'" + ",'FrameName');</script"); }... 2. here when i select the item in drop down list it is opening with complete page for this i am not able goto back and not able select nest item in drop down list. 3. so for this problem i want to create visual webpart with dropdown list at top and Sql reporting services reprot viewer webpart below. then if i selct an item report shoulw show below of that drop down list. like as below screen shot in screenshot i just added that visual webpart and MS SQL reporting service webpart http://picasaweb.google.com/mohammadliyakhatali4/ReportWithWebpart#5563872467964574114 can i do this ? if so how ? Thanks & Regards Ali.MD.Liakath ali
January 22nd, 2011 8:44pm

Hi Ali, Could you describe your requirement in more details? The screenshot link can't be opened. thanks, Jerry
Free Windows Admin Tool Kit Click here and download it now
January 29th, 2011 3:25pm

Hi Jerry , I am ali, my report server is configured with integrated mode. actually when i click on the report i sharepoint site it is opening with complete page, from there go to back for selecting next report is not consistense. its not so good. For this i created visualwebpart with drop down list and gave the reports path. with this i can open the report by selecting the report in drop down list. please suggest me how can i display the reports in one page by changing the drop down list? Drop down list should be at top and report should below of that drop down list. Thanks & Regards Ali.MD.Liakath ali
January 29th, 2011 3:26pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics