Showing posts with label microsoftreportingwebformsreportviewer. Show all posts
Showing posts with label microsoftreportingwebformsreportviewer. Show all posts

Friday, March 9, 2012

Microsoft.Reporting.WebForms.ReportViewer does not support AJAX

If you add a ReportViewer control inside an AJAX UpdatePanel, you get
Javascript errors - and the rendering of the report is not triggered
correctly on partial postbacks.
Does anyone know when we can expect a version of the ReportViewer control
that supports AJAX?Hello Mercatus,
Per my understanding, we do not have such ReportViewer control to support
Ajax directly.
Since VS 2008 just released, you may try to use the new control.
Sincerely,
Wei Lu
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================This posting is provided "AS IS" with no warranties, and confers no rights.

Microsoft.Reporting.WebForms.ReportViewer does not contain a definition for Reset

Hi everyone I developed a web form with a report viewer. I change the report datasource and report path based on user input. Before i do anything on the report i first reset it with this line:

rvWaitTime.Reset();

And then set the parameters, datasources, etc. It works fine on my dev machine: Windows Vista with .NET 2.0 installed (.NET 3.0 is installed as well). When I move the code to the production box: Windows Server 2003 with .NET 2.0 and 3.0 installed i get this error:

'Microsoft.Reporting.WebForms.ReportViewer' does not contain a definition for 'Reset'

and of course it fails on the line of code mentioned above.

Any ideas?

Who would have thought that you needed a seperate installation for a control that comes built in with VS 2005? I finally solved the problem. I needed to install theMicrosoft Report Viewer Redistributable 2005 SP1 (Full Installation) on my server and now everything works like a charm!