Passing Multiple parameters from Custome WebPart to Reporting services Report Viewer webpart
Posted
by venkatcitigori
on Stack Overflow
See other posts from Stack Overflow
or by venkatcitigori
Published on 2010-04-01T22:59:23Z
Indexed on
2010/04/01
23:03 UTC
Read the original article
Hit count: 573
webparts
I working with Reporting services in Sharepoint Mode, I am able to show the report in Sql Server Reporting services report viwer , the report has multiple parameters , My question is how do I pass more thatn one parameter from a custome web part to this report.
I am able to pass one parameter by implementing the ITransformableFilterValues interface in the custom webpart , what I want to do is pass more than one parameter .
Ex: If there are 2 parameters on report then i should able to map each from the control in webpart.
Any help or guidance is appreciated.
© Stack Overflow or respective owner