Hello,
I'm building a connectable webpart to display parameterized SSRS reports.
My provider webpart is a people picker control and consumer is a report viewer webpart.
Scenario - Search user in people picker, select user and hit 'ok' button. Selected user should be passed to consumer webpart, which is essentially a report viewer webpart. Now report viewer webpart should use user name and display filtered reports based on selected user.
Problem - I'm able to create connectable webparts and also able to pass parameter. But when I'm trying to refresh my report viewer webpart to to dispaly data based on my filter criteria its going into infinite loop. I'm setting the filter value in call back method. Pls let me know if there are any known issues or any best practices for using connectable webpart for report viewer.
-Bhanu Singh