We are upgrading some reports from SSRS ReportServer2005 to the latest version ReportServer2010. Not the easiest upgrade as methods names etc have changed. One remaining issue that we have is that the asp.net ReportViewer Control does not have the .ClientController Expando object and its associated methods. Is this no longer available on this version or is there something more that needs to be configured to enable it?
We are upgrading some reports from SSRS ReportServer2005 to the latest version ReportServer2010. Not
Share
As fas as I know it was replaced with the ReportViewer class (in the namespace Microsoft.Reporting.WebFormsClient). It’s a quite a breaking change though.