I have integrated SQL SERVER 2005 Reporting Services Reports into ASP .NET
2.0 Web App. The application has been working fine until I installed this
patch
http://www.microsoft.com/downloads/details.aspx?familyid=82833F27-081D-4B72-83EF-2836360A904D&displaylang=en
to fix the problem with the client print control.
This patch fixed the print issues but created another problem. I have more
than 15 parameters on one report and some have default values 'null'. I am
passing those parameters from web page to reporting services using report
viewer control. Now I am having issues with parameters not changing or
refreshing in the report viewer based on users selections. To figure out what
causing this issue, I have uninstalled the patch mentioned above and
installed lower version of report viewer from here:
http://www.microsoft.com/downloads/details.aspx?familyid=8a166cac-758d-45c8-b637-dd7726e61367&displaylang=en
My app started working again. But print function is not. I have installed
another upgrade from here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=E7D661BA-DC95-4EB3-8916-3E31340DDC2C&displaylang=en
My app is still working but the print is not working. I am not sure how to
fix both problems. Any help would be greately appreciated.
Here is my environment info.
Windows 2003 server
SQL Server 2005
.net frame work 2.0
Report viewer/DLL versions I have tried
8.050727.42 App works - Print doesn't
8.050727.817 App works - print doesn't
8.050727.1843 App DOESN't work - Print WORKS
Thanks inadvance