Sharepoint Custom Filter Web Part
-
domingo, 19 de febrero de 2012 19:12
hello,
1. My Report accept 2 parameter Department and Region.
2. I want to connect both parameter with single web part having two drop down(one for Department and one for Region)
3. Values from both the drop down should be passed to Department and Region
4. Report should be rendered in Report Viewer Web Part1. Create a web part that adds two custom drop down
2. Custom Drop down class that Implements from ITransformableFilterValues
3. Have 2 Methods on the web pat each having ConnectionProvider Attribute andreturn instance of drop down controlproblem,
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.
regards Vimal
Todas las respuestas
-
martes, 28 de febrero de 2012 0:45
Not tried it, but maybe worth trying setting ConnectionProviderAttribute.AllowsMultipleConnections Property
- Propuesto como respuesta Shojeeb85 martes, 28 de febrero de 2012 0:48
- Editado Manish Joshi [MSFT] martes, 28 de febrero de 2012 1:29
- Marcado como respuesta Daniel YangMicrosoft Contingent Staff, Moderator viernes, 02 de marzo de 2012 2:06

