In my little silverlight application I've just bound up the ReportViewers Report Property to the selected item of a combobox. When I change the selected report the report viewer does not render the new report apart for the first time you select a report, it always stays the same as the original report generated.
I've checked on the server to ensure the new report is being passed back to the server correctly and in RenderAndCache, the report is passed back correctly.
The combobox is populated form calling the server to get available reports.
Can anyone help with what I'm doing wrong.
Regards
Brian Wilkinson
I've checked on the server to ensure the new report is being passed back to the server correctly and in RenderAndCache, the report is passed back correctly.
The combobox is populated form calling the server to get available reports.
Can anyone help with what I'm doing wrong.
Regards
Brian Wilkinson