in Education by
I want to create a custom web part that has more than 1 filter web part and that can be connected to Report Viewer Web Part (Integrated Mode) at runtime/design time. I searched a lot for this, but could not find a way to have single web part that is a provider to more than 1 filters. Say for example - My Report accepts 2 parameter Department and Region. I want to connect both parameters with single web part having two drop down (one for Department and one for Region) Values from both the drop down should be passed to Department and Region Report should be rendered in Report Viewer Web Part Solution Tried so far Create a web part that adds two custom drop down Custom drop down class that implements from ITransformableFilterValues Have 2 methods on the web pat each having ConnectionProvider attribute and return instance of drop down control Problem: Even though 2 connection option is shown on my custom filter web part only one can be added. For example if I connect Filter1(custom web part) to Department then I am unable to connect it to Report Viewer web part again. My web part have methods like this: [ConnectionProvider("Departmet", "UniqueIDForDept", AllowsMultipleConnections = true)] public ITransformableFilterValues ReturnCity() { return dropDownDepartment; // It implemets ITransformableFilterValues } [ConnectionProvider("Region", "UniqueIDForRegion", AllowsMultipleConnections = true)] public ITransformableFilterValues ReturnMyRegionB() { return dropDownRegion; //It implemets ITransformableFilterValues } JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
I did something similar. This might help point you in the right direction. I used data in a form library to create a detailed report. I used reporting services and connected to sharepoint using web services. http://server/_vti_bin/Lists.asmx. The report parameter I used was the item ID or GUID. Then I configured my report viewer. On the form library I used JavaScript to override the context menu to add "View Report". On the report page I used a Query String filter to grab the item ID out of the url.

Related questions

0 votes
    HTTP defines two ways in which values entered by a user at the browser can be sent to the Web ... Answers, Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    I have an intranet web page.When I entered to the web page,it ask me to log in. When I put ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    We have a SQUID reverse proxy and a MOSS 2007 portal. All sites are using NTLM. We cannot get it ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    i am working on a Sharepoint Server 2007 Statemachine Workflow. Until now i have a few states and an ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 12, 2022 in Education by JackTerrance
0 votes
    I'm trying to setup some friendly URLs on a SharePoint website. I know that I can do the ASP.Net ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 12, 2022 in Education by JackTerrance
0 votes
    I was wondering if there is a good way to hook into the Application_Start of a SharePoint 2007 site when ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 12, 2022 in Education by JackTerrance
0 votes
    First, let me use one sentence to let out some frustration: My god, developing for SharePoint is a ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 8, 2022 in Education by JackTerrance
0 votes
    Our team has built a site using Sharepoint and a few custom webparts. We've noticed that the site ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 8, 2022 in Education by JackTerrance
0 votes
    Our team has built a site using Sharepoint and a few custom webparts. We've noticed that the site ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 7, 2022 in Education by JackTerrance
0 votes
    Our team has built a site using Sharepoint and a few custom webparts. We've noticed that the site ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 6, 2022 in Education by JackTerrance
0 votes
    Our team has built a site using Sharepoint and a few custom webparts. We've noticed that the site ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 6, 2022 in Education by JackTerrance
0 votes
    Our team has built a site using Sharepoint and a few custom webparts. We've noticed that the site ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 5, 2022 in Education by JackTerrance
0 votes
    Our team has built a site using Sharepoint and a few custom webparts. We've noticed that the site ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 5, 2022 in Education by JackTerrance
0 votes
    First, let me use one sentence to let out some frustration: My god, developing for SharePoint is a ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 5, 2022 in Education by JackTerrance
0 votes
    First, let me use one sentence to let out some frustration: My god, developing for SharePoint is a ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 5, 2022 in Education by JackTerrance
...